Using Console
Using CLI
aws configure
command and providing your AWS Access Key ID, Secret Access Key, default region, and default output format.
Using Python
boto3
library, which is the AWS SDK for Python, to interact with AWS services.
boto3
library, you can do so using pip:
aws configure
command.
boto3
to connect to AWS EC2 and install the specified applications on the instance:
install_applications.py
, and run it using Python:
boto3
to remediate the misconfiguration of specified applications not being installed on an AWS EC2 instance.