Skip to content

Instantly share code, notes, and snippets.

@bellyjay1005
Created October 31, 2019 04:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bellyjay1005/4948a9f39224d53f3de3c6f6b45013d7 to your computer and use it in GitHub Desktop.
Save bellyjay1005/4948a9f39224d53f3de3c6f6b45013d7 to your computer and use it in GitHub Desktop.
anchore stacks configuration
---
# VPC
- region: us-east-2
resource_name: ANCHORE-VPC
template_file: anchore_vpc.yml
parameters:
Environment: DEMO
VPCCIDRBlock: 10.0.0.0/16
PublicSubnet1CIDRBlock: 10.0.0.0/24
PrivateSubnet1CIDRBlock: 10.0.1.0/24
PublicSubnet2CIDRBlock: 10.0.2.0/24
PrivateSubnet2CIDRBlock: 10.0.3.0/24
# ALB
- region: us-east-2
resource_name: ANCHORE-ALB
template_file: anchore_alb.yml
parameters:
Environment: DEMO
Subnet1: PUBLIC-SUBNET-1
Subnet2: PUBLIC-SUBNET-2
VpcId: VPCID
CIDRBLK: 10.0.0.0/8
# EC2
- region: us-east-2
resource_name: ANCHORE-EC2-INSTANCE
template_file: anchore_ec2_cluster.yml
parameters:
Environment: DEMO
AmiId: ami-0653e888ec96eab9b
ClusterSize: '2'
InstanceType: m4.large
KeypairName: anchore_demo
CIDRBLK: 10.0.0.0/8
OpenCIDR: 0.0.0.0/0
# ECS
- region: us-east-2
resource_name: ANCHORE-ECS
template_file: anchore_ecs.yml
parameters:
Environment: DEMO
TargetGroup: TARGETGROUP-ARN
AnchoreEngineImage: anchore-engine-Image
ArchoreDatabaseImage: 'postgres:9'
PGDATA: '/var/lib/postgresql/data/pgdata/'
AnchoreDBPassword: mypgpassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment