AWS Control Tower - Not Governed Regions

0

Hi all,

We are using AWS Control Tower to manage AWS Accounts in our Landing Zone, Unfortunately one of our principal regions (eu-south-1) isn't governed by Control Tower, so in this case we need to setup/create resoures manually or using Terraform.

What we are trying to achieve is to setup a Terraform Pipeline which will enable ** AWS Config** and Create some Config Rules we are using usually in the regions Not-Governed by Control Tower.

But the main issue right now is the following statement of an SCP created by Control Tower to prevent any modifications to AWS Config within the AWS Organization :

    {
      "Condition": {
        "ArnNotLike": {
          "aws:PrincipalARN": "arn:aws:iam::*:role/AWSControlTowerExecution"
        }
      },
      "Action": [
        "config:DeleteConfigurationRecorder",
        "config:DeleteDeliveryChannel",
        "config:DeleteRetentionConfiguration",
        "config:PutConfigurationRecorder",
        "config:PutDeliveryChannel",
        "config:PutRetentionConfiguration",
        "config:StopConfigurationRecorder"
      ],
      "Resource": [
        "*"
      ],
      "Effect": "Deny",
      "Sid": "GRCOXXXXXX"
    }

We tried to disable the Deny Regions feature in out Landing Zone but no success, the SCP is still there !!

Does anyone have idea how to overcome this issue ? any help would be greatly appreciated

Thanks

Peter

  • This SCP is applied by Control Tower guardrail and not by the Deny Region feature. That guardrail is mandatory.

    I would try and temporarily assume ControlTowerExecution role and setup whatever resources you need in that region. Just keep in mind that you would need to remove the Config setup once the region will be available for governance under Control Tower.

  • Hey Anna, Thanks for the comment, seems to be the only way to do so is to assume the ControlTowerExecutionRole !! Anyway I'm talking to our TAM to check if there are any other solutions

profile picture
질문됨 일 년 전882회 조회
1개 답변
0

Hello. You need to remove that region from governance by your Control Tower landing zone. Go to AWS Control Tower in the console then find landing zone settings in the menu. Once there, click the modify settings button then remove the eu-south-1 region. Let me know if that fixes your issue.

AWS
답변함 일 년 전
  • Hi, actually eu-south-1 isn't among the list of regions that can be governed by Control-Tower right now

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠