Today is more of a reading exercise and getting some programmatic access to your AWS account
๐ถ IAM Programmatic access
To access your AWS account from a terminal or system, you can use AWS Access keys and AWS Secret Access keys Watch this video for more details.
๐ถ AWS CLI
The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.
The AWS CLI v2 offers several new features including improved installers, new configuration options such as AWS IAM Identity Center (successor to AWS SSO), and various interactive features.
๐ถ Task-01 : Create AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY from AWS Console.
First of all login to aws management console and go to the security credentials.
Now select the Create access key.
An access key was created to download the CSV file for security purposes.
๐ถ Task-02: Set up and install AWS CLI and configure your account credentials.
To install go to the below link for as per your respective system go on.
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
Install CLI:
Check and verify the AWS installation by using aws --version
Now Configure the Aws by giving access key and AWS Secret Key.
We have Completed set up and installed the AWS CLI and configured your account credentials.
Happy Learning :)
Stay in the loop with my latest insights and articles on cloud โ๏ธ and DevOps โพ๏ธ by following me on Hashnode, LinkedIn (https://www.linkedin.com/in/chandreshpatle28/), and GitHub (https://github.com/Chandreshpatle28).
Thank you for reading! Your support means the world to me. Let's keep learning, growing, and making a positive impact in the tech world together.
#Git #Linux Devops #Devopscommunity #90daysofdevopschallenge #python #docker #Jenkins #Kubernetes #AWS