IAM Programmatic access and AWS CLI
Today will learn, exercised and getting some programmatic access for our AWS account.
IAM Programmatic access
To gain entry to your AWS account via a terminal or system will utilize AWS Access keys and AWS Secret Access keys.
What is AWS CLI ?
The AW...
kishorc.hashnode.dev2 min read
Junaid
Cloud Technology Evangelist
Great job, Kishor! While AWS IAM Access keys & secret keys can function with the CLI, it's advisable for security purposes to opt for IAM roles instead. For more details, refer to the link below.
docs.aws.amazon.com/cli/latest/userguide/cli-conf…