Each Teradata ecosystem option links to the AWS CloudFormation console and provides pre-configured templates hosted on Amazon S3 containing the information and configuration options needed to create a new VantageCloud environment on AWS. Deploy up to 64 instances without the need for additional configuration after launch.
Before using a Teradata ecosystem template, you must first subscribe to the applicable Teradata software products that the template will launch and configure. The Teradata ecosystem chosen determines the storage type (local or EBS storage) and the database size per node for EBS storage.
Prerequisite: The IAM user must have permissions for AWS CloudFormation, IAM roles, IAM profiles, and instance profiles. Also, check if AWS service limits need to be increased, particularly for EBS, EC2 instances, and VPC elastic IP address limits.
This procedure provides options to encrypt your data volumes and the root disk using a default CMK.
- Pick your preferred Teradata VantageCloud Database tier and decide if you also want Teradata ecosystem software. Choose from either Hourly or Annual.
Link Text Description Hourly (On-Demand) For short-term usage. Annual For longer term usage. If selecting Annual, work with your Teradata Account Team to have an AWS Marketplace Private Offer created to meet your workload requirements. - Using AWS Marketplace, search for, select, and subscribe to the appropriate Teradata VantageCloud Database offer selected in Step 1 and follow the provisioning instructions.Contact your Teradata Account team if you plan to use Teradata ecosystem software and raise a request to allow your AWS account subscription. Once the ecosystem software is allowed, you can search for it on the AWS marketplace using the AWS account used to allow the ecosystem software.
- After subscribing to the required software products, login to AWS console with allowed account and click to launch the appropriate Teradata ecosystem. The link will take you to the AWS CloudFormation console for entering configuration parameters, after which the template gets created and you can configure the Teradata ecosystem within an existing VPC.
- Select the required CFT to launch the appropriate Teradata ecosystem for Test and Development, Minimum Production, and Full Production systems, respectively.
- Developer Tier Test and Development
- Base Tier Test and Development
- Base Tier Minimum Production
- Base Tier Full Production
- Advanced Tier Test and Development
- Advanced Tier Minimum Production
- Advanced Tier Full Production
- Enterprise Tier Test and Development
- Enterprise Tier Minimum Production
- Enterprise Tier Full Production
The Select Template page appears and the template URL is automatically specified under Choose a template. - In the upper-right corner of the console, select a Region, then select Next.
- Verify the stack name that is automatically specified is unique to your region.
- Under Parameters, specify the values you chose in the planning worksheet, then select Next.
- [Optional] Under Tags, specify up to 10 unique key-value pairs for resources in your stack.
- [Optional] Under Advanced, set additional options for your stack, then select Next.If you want the ability to troubleshoot failures, change the Rollback on failure setting to Yes.
- On the Review page, select the I acknowledge check box.
- Select Create.This process may take up to an hour, depending on your configuration.Trying to SSH into the instance may cause the stack creation to fail. Do not try to SSH into the instance until either CREATE_COMPLETE appears in the Status column or you receive a failure notification.
-
[Optional] To monitor the stack creation progress, do the
following:
- From the AWS CloudFormation console, make sure CREATE_IN_PROGRESS appears in the Status column.
- After the stack is created, make sure CREATE_COMPLETE appears in the Status column.
- From the AWS EC2 console, select Instances in the left column and make sure your instances are listed under the Name column.The name appears as the stack name followed by the node name.
-
[Optional] To SSH into the system with the public IP/DNS of
any of the nodes, type the following command:
ssh -i private-key-file.pem ec2-user@instance-DNS-name-or-IPVantage is ready and started. You do not need to run tdc-init or tdc-start.
- [Optional] To SSH into the system with the Proxy Server configuration using Private IP of any of the nodes, type the following commandssh -o ProxyCommand="ssh -i private-key-file.pem -W %h:%p ec2-user@proxy-server-public-IP" -i private-key-file.pem ec2-user@instance-private-IPYou cannot launch a Teradata ecosystem directly from the AWS CloudFormation templates on the AWS Marketplace. You cannot add or remove software products from a Teradata ecosystem. If the Teradata ecosystem does not include all the software products desired, customers can launch instances for those products separately, which may require additional configuration after launch.