https://github.com/jailtonjunior94/infraascode-aws
💻 Infra as code in the AWS
https://github.com/jailtonjunior94/infraascode-aws
aws ecr eks-cluster terraform
Last synced: 7 months ago
JSON representation
💻 Infra as code in the AWS
- Host: GitHub
- URL: https://github.com/jailtonjunior94/infraascode-aws
- Owner: JailtonJunior94
- Created: 2021-09-10T14:25:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T20:40:02.000Z (about 4 years ago)
- Last Synced: 2025-01-28T23:25:48.555Z (8 months ago)
- Topics: aws, ecr, eks-cluster, terraform
- Language: HCL
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Permissões IAM
```
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ecr:BatchGetImage",
"ecr:BatchCheckLayerAvailability",
"ecr:CompleteLayerUpload",
"ecr:DescribeImages",
"ecr:DescribeRepositories",
"ecr:GetDownloadUrlForLayer",
"ecr:InitiateLayerUpload",
"ecr:ListImages",
"ecr:PutImage",
"ecr:UploadLayerPart",
"eks:DescribeNodegroup",
"eks:ListNodegroups",
"eks:DescribeCluster",
"eks:ListClusters",
"eks:AccessKubernetesApi",
"ssm:GetParameter",
"eks:ListUpdates",
"eks:ListFargateProfiles"
],
"Resource": "*"
}
]
}
```## Obtendo Kubeconfig
```
aws sts get-caller-identityaws eks --region update-kubeconfig --name
```