// We need to work around Step numbers here if we are going to potentially exclude the AMI subscription === Sign in to your AWS account . Sign in to your AWS account at https://aws.amazon.com with an IAM user or role that has the necessary permissions. For details, see link:#_planning_the_deployment[Planning the deployment] earlier in this guide. . Make sure that your AWS account is configured correctly, as discussed in the link:#_technical_requirements[Technical requirements] section. NOTE: You are responsible for the cost of the AWS services used while running this Quick Start reference deployment. There is no additional cost for using this Quick Start. For full details, see the pricing pages for each AWS service used by this Quick Start. Prices are subject to change. // Optional based on Marketplace listing. Not to be edited ifdef::marketplace_subscription[] === Subscribe to the {partner-product-short-name} AMI This Quick Start requires a subscription to the AMI for {partner-product-short-name} in AWS Marketplace. . Sign in to your AWS account. . {marketplace_listing_url}[Open the page for the {partner-product-short-name} AMI in AWS Marketplace], and then choose *Continue to Subscribe*. . Review the terms and conditions for software usage, and then choose *Accept Terms*. + A confirmation page loads, and an email confirmation is sent to the account owner. For detailed subscription instructions, see the https://aws.amazon.com/marketplace/help/200799470[AWS Marketplace documentation^]. . When the subscription process is complete, exit out of AWS Marketplace without further action. *Do not* provision the software from AWS Marketplace—the Quick Start deploys the AMI for you. endif::marketplace_subscription[] // \Not to be edited === AWS CDK deployment To deploy {partner-product-name} using AWS CDK, do the following: [start=1] . Verify that you have the https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html#getting_started_prerequisites[prerequisites^] to install the AWS CDK. . https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html#getting_started_install[Install the AWS CDK^]. . Clone the {partner-product-name} Quick Start repository. ```bash git clone https://github.com/aws-quickstart/quickstart-aws-biotech-blueprint-cdk.git cd quickstart-aws-biotech-blueprint-cdk ``` [start=4] . Build the project. ```bash npm install npm run build ``` [start=5] . Bootstrap your AWS environment. ```bash cdk bootstrap ``` NOTE: You can review and change code. For example, you can use different VPC CIDR ranges (`aws-vpcs.ts`) or a different internal DNS apex (`aws-dns.ts` defaults to `corp`). [start=6] . Deploy. ```bash npm run build && cdk deploy ``` TIP: To update the architecture after making changes later, run the command in Step 6.