Demonstrate a secure connection to aws from github without storing any credentials in the repository.
It allows accessing aws resources using the github action aws-actions/configure-aws-credentials@v1
without storing any secrets (like AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
) in the repository itself. Read more in the Blogpost here
- AWS CLI
- For infrastructure either:
- Terraform CLI 1.1.4 or newer (if you want to create infrastructure using terraform)
- AWS CDK v2 or newer (if you want to create infrastructure using aws cdk)