2.4. 최소 SCP(필수 서비스 제어 정책)
SCP(서비스 제어 정책) 관리는 고객의 책임입니다. 이러한 정책은 AWS 조직에서 유지 관리되며 연결된 AWS 계정 내에서 사용할 수 있는 서비스를 제어합니다.
필수/선택 사항 | Service | 작업 | 효과 |
---|---|---|---|
필수 항목 | Amazon EC2 | All | 허용 |
Amazon EC2 Auto Scaling | All | 허용 | |
Amazon S3 | All | 허용 | |
ID 및 액세스 관리 | All | 허용 | |
Elastic Load Balancing | All | 허용 | |
Elastic Load Balancing V2 | All | 허용 | |
Amazon CloudWatch | All | 허용 | |
Amazon CloudWatch Events | All | 허용 | |
Amazon CloudWatch Logs | All | 허용 | |
AWS 지원 | All | 허용 | |
AWS 키 관리 서비스 | All | 허용 | |
AWS 보안 토큰 서비스 | All | 허용 | |
AWS 리소스 태그 | All | 허용 | |
AWS Route53 DNS | All | 허용 | |
AWS Service Quotas | ListServices GetRequestedServiceQuotaChange GetServiceQuota RequestServiceQuotaIncrease ListServiceQuotas | 허용 | |
선택 사항 | AWS billinging | ViewAccount Viewbilling ViewUsage | 허용 |
AWS Cost and Usage Report | All | 허용 | |
AWS Cost Explorer Services | All | 허용 |
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ec2:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "autoscaling:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "s3:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "iam:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "elasticloadbalancing:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "cloudwatch:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "events:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "logs:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "support:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "kms:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "sts:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "tag:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "route53:*" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "servicequotas:ListServices", "servicequotas:GetRequestedServiceQuotaChange", "servicequotas:GetServiceQuota", "servicequotas:RequestServiceQuotaIncrease", "servicequotas:ListServiceQuotas" ], "Resource": [ "*" ] } ] }