How to trigger a lambda via cloud watch events/event bridge in localstack using awslocal

Advertisements I am struggling to find any information on how to setup triggers/rules on a lambda so it will trigger with certain event bridge events via the cli as almost all examples on aws are via http requests to set it up. In this scenario I am using localstack on docker to spin up everything… Read More How to trigger a lambda via cloud watch events/event bridge in localstack using awslocal

Creating security group "Error revoking default egress rule for Security Group … The specified rule does not exist in this security group"

Advertisements When I attempt to create a security group in Localstack, I get the error: │ Error: Error revoking default egress rule for Security Group (sg-4f6d23cc257842ce0): InvalidPermission.NotFound: The specified rule does not exist in this security group │ status code: 400, request id: 7a62c49f-347e-4fc4-9331-6e8eEXAMPLE │ │ with aws_security_group.mysg, │ on main.tf line 17, in resource… Read More Creating security group "Error revoking default egress rule for Security Group … The specified rule does not exist in this security group"