Home | CHANGELOG | VHP Portal | DEV Portal |
In the deploy-net.yml file on the main branch, make sure to include what parameters you’d like to use. (Values cannot be null)
To change AMIs you would like to use, go to the deploy file and replace the AMI IDs you would like to use with the ones that are in the file.
Go to AWS website and navigate to cloudformation. (Make sure you are in the region you’d like to create your network in)
In cloudformation select create stack. Select “with new resources.”
Choose “template is ready” and “sync from git” options in the create stack page. Click next.
Enter a name for your stack, Choose “I am providing my own file in my repository.” Select your linked repository and the branch you’d like to pull your deploy from. Create a new IAM role. In deployment file parameters put the name of the deployment file in the repository, ours currently is “deploy-net.yml.” Click next.
assign a IAM role that gives enough permissions to create the stack. Select roll back all stack resources and delete all newly created resources. Click next.
Review and click submit.