To deploy and manage the solution, you need to configure the AWS Command Line Interface (AWS CLI) with your credentials.
Type aws configure in your terminal. Make sure you have created CLI secret access key for your account (recommend using an IAM account with admin privileges)
Complete the configuration form:
ap-northeast-1jsonTo create IAM access keys, follow these steps:
Never share your AWS access keys or commit them to version control. Store them securely and rotate them regularly.
After configuration, verify your setup by running:
aws sts get-caller-identity
You should see your account ID, user ARN, and user ID in the response.