project_conquer/aws/config/use2/ec2/apps.yaml

13 lines
619 B
YAML

---
template:
path: ec2/apps.yaml
parameters:
InstanceType: t4g.small
KeyName: pc-main-use2
AmiId: ami-0acb327475c6fd498 #Ubuntu 24.04 ARM
Environment: {{stack_group_config.environment}}
InstanceSubnetId: !stack_output_external {{stack_group_config.project_code}}-{{stack_group_config.regionabbr}}-vpc-vpc::PublicSubnet1Id
InstanceProfileArn: !stack_output_external {{stack_group_config.project_code}}-{{stack_group_config.regionabbr}}-ec2-sgs-roles::ToolsInstanceProfileArn
ToolsSg: !stack_output_external {{stack_group_config.project_code}}-{{stack_group_config.regionabbr}}-ec2-sgs-roles::ToolsSgId