- Newest
- Most votes
- Most comments
Hello,
AWS EventBridge can record some AWS service events natively, eliminating the requirement for CloudTrail. However, the range of services and events available may be limited. For example, EventBridge can collect EC2 instance state changes or S3 bucket actions.
If the specific events you need (e.g., resource creation/deletion for all services) are not supported natively by EventBridge, you would need to use CloudTrail to capture these events.
Global accelerator can't send events to Event bridge, you would have to use Cloud trail logs to capture the events and Athena can emit events to Event bridge only for query state change natively.
I have to check for all these resources. APIGateway Cloud-Formation CloudFront CloudTrail CodePipeline Cognito Config EC2 Elastic IP Amazon EventBridge Lambda Function Load Balancer Pinpoint Secret Manager Security Group SNS SQS Subnet S3 Target Group Volume VPC SES Verified Identities Snapshot DynamoDB State-Machines Certificate Manager Directory Service Route-53 Global Accelerator Amplify Kinesis-Deliverystreams KMS Athena WAF Amazon Workspace
is there any alternative way like aws config?
Q1. Is it possible to create an event bridge rule without creating a cloud trail as it will incur some cost for multiple resources.
- Yes, it is possible
Q2. is it possible to invoke these services (Global accelerator, athena) using eventbridge as on this url it is not showing me these services.
- even if some services can not be called directly, you can invoke a Lambda function, which will do whatever you want
Relevant content
- asked a year ago
- asked a year ago
- AWS OFFICIALUpdated a month ago
please accept the answer if it was helpful