We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae2085 commit 948d482Copy full SHA for 948d482
.github/workflows/ec2-pipeline.yml
@@ -75,7 +75,7 @@ jobs:
75
env:
76
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
77
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
78
- AWS_DEFAULT_REGION: us-east-1 # Change to your desired region
+ AWS_DEFAULT_REGION: ap-south-1 # Change to your desired region
79
run: |
80
# Create the AWS config and credentials files
81
mkdir -p ~/.aws
0 commit comments