• About Us
  • Contact Us
  • Advertise
  • Privacy Policy
  • Guest Post
No Result
View All Result
Digital Phablet
  • Home
  • NewsLatest
  • Technology
    • Education Tech
    • Home Tech
    • Office Tech
    • Fintech
    • Digital Marketing
  • Social Media
  • Gaming
  • Smartphones
  • AI
  • Reviews
  • Interesting
  • How To
  • Home
  • NewsLatest
  • Technology
    • Education Tech
    • Home Tech
    • Office Tech
    • Fintech
    • Digital Marketing
  • Social Media
  • Gaming
  • Smartphones
  • AI
  • Reviews
  • Interesting
  • How To
No Result
View All Result
Digital Phablet
No Result
View All Result

Home » How to Update S3 Bucket Policy in AWS Control Tower with SCP Restrictions

How to Update S3 Bucket Policy in AWS Control Tower with SCP Restrictions

Emily Smith by Emily Smith
November 27, 2025
in How To
Reading Time: 1 min read
A A
AWS Security: Handling Sophisticated Attacks & Collaborating with Authorities
ADVERTISEMENT

Select Language:

If you want to set up replication for your CloudTrail log archive bucket in the same AWS account, there’s a simple way to do it without needing to modify the bucket policies directly.

First, create a new S3 bucket with versioning enabled. Versioning is important to keep track of all object changes over time.

Next, set up an IAM role that will handle the replication process. This role needs a trust policy that allows S3 to assume it. The trust policy should look like this:

json
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Effect”: “Allow”,
“Principal”: {
“Service”: “s3.amazonaws.com”
},
“Action”: “sts:AssumeRole”
}
]
}

After creating the role, attach an inline permission policy to it. This policy grants the role permission to access the source bucket, check replication configuration, and copy objects to the destination bucket. Replace <source bucket name> and <destination bucket name> with your actual bucket names:

json
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Effect”: “Allow”,
“Action”: [
“s3:GetReplicationConfiguration”,
“s3:ListBucket”
],
“Resource”: [
“arn:aws:s3:::”
]
},
{
“Effect”: “Allow”,
“Action”: [
“s3:GetObjectVersionForReplication”,
“s3:GetObjectVersionAcl”,
“s3:GetObjectVersionTagging”
],
“Resource”: [
“arn:aws:s3:::/”
]
},
{
“Effect”: “Allow”,
“Action”: [
“s3:ReplicateObject”,
“s3:ReplicateDelete”,
“s3:ReplicateTags”
],
“Resource”: “arn:aws:s3:::/
”
}
]
}

Now, set up the replication rule by following the instructions in the Amazon S3 documentation. During setup, select the IAM role you just created. This will enable automatic replication from your source to destination bucket.

If your data is encrypted with KMS, you’ll need to grant additional permissions for decryption in the KMS key policy. More details are available in the AWS documentation to ensure your replication works smoothly with encryption.

By following these steps, you can efficiently set up bucket replication without worrying about policies getting overwritten during updates.

ChatGPT ChatGPT Perplexity AI Perplexity Gemini AI Logo Gemini AI Grok AI Logo Grok AI
Google Banner
ADVERTISEMENT
Emily Smith

Emily Smith

Emily is a digital marketer in Austin, Texas. She enjoys gaming, playing guitar, and dreams of traveling to Japan with her golden retriever, Max.

Related Posts

All New Options in Astarion’s Book of Hungers: Completing and Solving
Gaming

All New Options in Astarion’s Book of Hungers: Completing and Solving

December 15, 2025
Time Spent on Social Media Daily:

1.  Kenya - 3h 43m
2.  South Africa - 3h 41m
Infotainment

Top Countries Spent the Most Time on Social Media Daily

December 15, 2025
AI

ChatGPT Adult Mode Launches Next Year in Q1! Testing Age Verification

December 15, 2025
Syria Detains Five Over Palmyra US and Syrian Troops Shooting
News

Syria Detains Five Over Palmyra US and Syrian Troops Shooting

December 15, 2025
Next Post
Top 10 Oldest Universities in the World

Top 10 Oldest Universities in the World

  • About Us
  • Contact Us
  • Advertise
  • Privacy Policy
  • Guest Post

© 2025 Digital Phablet

No Result
View All Result
  • Home
  • News
  • Technology
    • Education Tech
    • Home Tech
    • Office Tech
    • Fintech
    • Digital Marketing
  • Social Media
  • Gaming
  • Smartphones

© 2025 Digital Phablet