What are the steps to have a Ref Arch deployed? #203
-
A customer asked:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
1. Purchase a Reference ArchitectureFirst, purchase a Reference Architecture by speaking with someone on the sales team (email info at gruntwork.io) or by checking out on the Gruntwork website. 2. Chat with our team brieflyIn general, we like to speak with all our new customers first to ensure we understand your needs. Once you speak with someone and pay for your subscription and Reference Architecture. 3. Fill out your reference-architecture-form.ymlOnce you've been onboarded as a new customer, we'll invite you to a private repository. We use this repository to perform your Reference Architecture deployment. Once your deployment is complete, the entirety of the code used to deploy your Ref Arch will be available to you in the private repo. Your private repo contains detailed instructions with screenshots and optional CLI tooling that walk you through exactly how to prepare for your Ref Arch deployment. In order to fill out your form, you'll need to create the AWS accounts that will be used for your deployment, configure some DNS entries in Route53 and run some commands to grant Gruntwork engineers temporary access to your accounts. We strongly recommend that you use the gruntwork command line interface (CLI) tool to make this setup process as straightforward as possible. Doing everything manually will take significantly longer and any mis-configurations made manually will increase the overall time it takes to deliver your Ref Arch. 4. Open a pull request with your reference-architecture-form.yml changesOnce you've completed your setup instructions and filled out your Gruntwork engineers will now run pre-flight checks on your form, which are a comprehensive suite of tests and checks that ensure your accounts are ready for deployment. If there are any errors or misconfigurations that will prevent deployment, a Gruntwork engineer will let you know and ask you to make changes to your accounts and or form until the pre-flight checks all pass. 5. Wait for your deployment to completeOnce your form is complete and all your pre-flight checks pass, you are ready for your deployment! A Grunt will let you know when everything is ready. Our current SLA for Ref Arch delivery is 2 weeks from the time your Pull Request containing your reference-architecture-form.yml changes passes all preflight checks, meaning there are no error annotations made on your GitHub pull request. Occasionally, due to either changes on AWS's side, such as resource quotas, or bugs, deployments may take longer than a full business day. The Gruntwork engineer who is deploying your Ref Arch will keep you up to date with their progress as they go. As soon as your deployment is complete, a Gruntwork engineer will let you know and point you toward the comprehensive getting started documentation that comes with your Reference Architecture deployment. |
Beta Was this translation helpful? Give feedback.
1. Purchase a Reference Architecture
First, purchase a Reference Architecture by speaking with someone on the sales team (email info at gruntwork.io) or by checking out on the Gruntwork website.
2. Chat with our team briefly
In general, we like to speak with all our new customers first to ensure we understand your needs. Once you speak with someone and pay for your subscription and Reference Architecture.
3. Fill out your reference-architecture-form.yml
Once you've been onboarded as a new customer, we'll invite you to a private repository. We use this repository to perform your Reference Architecture deployment. Once your deployment is complete, the entirety of the code used to deploy you…