Skip to content

v2.0.75 - AWS - Security Group Association with EC2 Instances

Compare
Choose a tag to compare
@sekka1 sekka1 released this 24 Apr 21:41
· 21 commits to main since this release
9e3384b

This Terraform configuration manages AWS infrastructure by performing the following actions:

  • Fetches a list of EC2 instances based on a specific tag and value.
  • Gathers the details of each EC2 instance, including its network interface ID.
  • Associates a specified security group with the network interface of each EC2 instance.

#428