/service_role.json Secret
Created
September 18, 2021 05:25
Star
You must be signed in to star a gist
[wp] Push上Bitbucket並透過CodeDeploy部署到EC2 - service_role
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Id": "Policy1584399307003", | |
"Statement": [ | |
{ | |
"Sid": "DownloadandUpload", | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": "arn:aws:iam::111111111111:user/application-bitbucket-pipeline" | |
}, | |
"Action": "s3:PutObject", | |
"Resource": "arn:aws:s3:::application-codedeploy-deployment/*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment