Knowledge Center Monthly Newsletter - March 2025

3 minute read
Content level: Foundational
1

Stay up to date with the latest from the Knowledge Center. The AWS re:Post Knowledge Center is your one-stop-shop for authoritative, up-to-date guidance on using AWS services. See all new Knowledge Center articles published in the last month.

New Knowledge Center articles

Find all new Knowledge Center articles published in February. We publish new articles to resolve the most common issues you might encounter.

Amazon Athena

How do I use Athena to query my CloudTrail logs for AWS Support API calls?

Amazon Bedrock

Does Amazon Bedrock share input and output data with model providers or use the data to train models?

Amazon Elastic Container Service (Amazon ECS)

How do I troubleshoot EC2 instance termination issues in Amazon ECS?

Why can't I delete my Amazon ECS cluster?

Why isn't my Amazon ECS service stable?

How do I troubleshoot Service Connect issues in Amazon ECS?

Why did the Amazon ECS deployment circuit breaker set my deployment state to FAILED?

How do I troubleshoot issues with Container Insights for Amazon ECS?

How do I monitor high resource usage in ECS tasks and services?

How do I troubleshoot permissions issues in Amazon ECS?

How do I access resources in another account from an Amazon ECS task?

Amazon Elastic Kubernetes Service (Amazon EKS)

Why can't I send an SES email from an EC2 or Lambda instance that's inside a private Amazon VPC?

Amazon ElastiCache

How do I resolve ElastiCache Serverless cluster creation issues?

How do I turn on TLS for an existing self-managed ElastiCache cluster?

How do I troubleshoot a decrease in the CacheHitRate metric in my ElastiCache Redis cluster?

Amazon SageMaker

How do I troubleshoot common issues with SageMaker AI JumpStart?

Amazon Simple Storage Service (Amazon S3)

How do I calculate the total size of an Amazon S3 bucket and the number of objects?

AWS Batch

How do I update an AWS Batch EC2 compute environment?

AWS Glue

How do I troubleshoot and resolve issues with AWS Glue job bookmarks?

How do I troubleshoot failed AWS Glue connections to external data sources?

How do I use AWS Glue to process JSON files?

AWS IAM Identity Center

How do I get email notifications for my IAM Identity Center SCIM token expiration?

AWS Systems Manager

How do I resolve Quick Setup patch policy errors in Systems Manager?

profile pictureAWS
EXPERT
published 4 days ago695 views
1 Comment

How can specify an event pattern for an EventBridge Rule for a PutObject on an Access Point: Here is what I have: S3 Bucket: arn:aws:s3:::transact-data-source-staging-eng-us-west-2 S3 Accesspoint: arn:aws:s3:::accesspoint/ap-transact-data-source-staging-eng-us-west-2 A rule created that does not work when I uploaded a file to accesspoint/ap-transact-data-source-staging-eng-us-west-2 { "detail-type": ["AWS API Call via CloudTrail"], "detail": { "eventSource": ["s3.amazonaws.com"], "requestParameters": { "bucketName": ["accesspoint/ap-transact-data-source-staging-eng-us-west-2"] }, "eventName": ["PutObject", "CompleteMultipartUpload", "CopyObject"] }, "source": ["aws.s3"] }

Any suggestions?

replied 2 days ago