Skip to content

Extract simulation EC2 instance security groups into environment variable

Alejo Carballude requested to merge feature/sim_ec2_sec_group_variable into develop

Related tasks

Context

Simulation EC2 instance security groups were hard coded to a single value.

Change

This MR extracts the EC2 security group into a variable that can be defined through the IGN_EC2_SECURITY_GROUPS environment variable.

Other information

  • @marcoshuck this will have to be reflected as a new variable in the appropriate code refactor store.

Additional documentation

Merge request reports