<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Deploying PPC on</title><link>https://docs.protegrity.com/aiteam-edition/docs/infrastructure/ppc/aws/deploying_ppc/</link><description>Recent content in Deploying PPC on</description><generator>Hugo</generator><language>en</language><atom:link href="https://docs.protegrity.com/aiteam-edition/docs/infrastructure/ppc/aws/deploying_ppc/index.xml" rel="self" type="application/rss+xml"/><item><title>Configuring PPC for Non-FIPS Deployment on AWS</title><link>https://docs.protegrity.com/aiteam-edition/docs/infrastructure/ppc/aws/deploying_ppc/non_fips/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/aiteam-edition/docs/infrastructure/ppc/aws/deploying_ppc/non_fips/</guid><description>&lt;h2 id="before-you-begin">Before you begin&lt;/h2>
&lt;p>By default, the PCT is configured to deploy a FIPS-enabled cluster using FIPS-compliant Bottlerocket AMIs. To deploy a standard, non-FIPS cluster, the following Terraform configuration files must be modified to use the standard (non-FIPS) Bottlerocket AMI types and SSM parameter paths before running the bootstrap script or the component-based installation.&lt;/p>
&lt;p>Perform these steps after &lt;a href="https://docs.protegrity.com/aiteam-edition/docs/infrastructure/ppc/aws/extracting/">downloading and extracting the PCT&lt;/a>
and before proceeding with either the &lt;a href="https://docs.protegrity.com/aiteam-edition/docs/infrastructure/ppc/aws/deploying_ppc/auto_install/">Script-based installation&lt;/a> or the &lt;a href="https://docs.protegrity.com/aiteam-edition/docs/infrastructure/ppc/aws/deploying_ppc/modular_install/">Component-based installation&lt;/a>.&lt;/p></description></item><item><title>Automated script-based installation</title><link>https://docs.protegrity.com/aiteam-edition/docs/infrastructure/ppc/aws/deploying_ppc/auto_install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/aiteam-edition/docs/infrastructure/ppc/aws/deploying_ppc/auto_install/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>Note for non-FIPS deployments&lt;/strong>: If you completed the steps in &lt;a href="https://docs.protegrity.com/aiteam-edition/docs/infrastructure/ppc/aws/deploying_ppc/non_fips/">Configuring PPC for Non-FIPS Deployment on AWS&lt;/a>, then the required Terraform configuration files have already been updated with non-FIPS values. The bootstrap script reads these files directly. Do not modify &lt;code>03_node_group/variables.tf&lt;/code> or &lt;code>05_helm_releases/main.tf&lt;/code> files back to FIPS defaults. Reverting those changes will result in a FIPS cluster being deployed instead of a non-FIPS cluster.&lt;/p>&lt;/blockquote>
&lt;h2 id="before-you-begin">Before you begin&lt;/h2>
&lt;ul>
&lt;li>Before running the bootstrap or resiliency scripts as the root user on RHEL, ensure that /usr/local/bin, and the AWS CLI binary path, if applicable, is included in the $PATH. Alternatively, run the script using a non-root user, such as ec2-user, where /usr/local/bin is already part of the default PATH.&lt;/li>
&lt;/ul>
&lt;!--
- By default, the installation is configured to use the us-east-1 AWS region. If you plan to install the product in a different region, update the region value in the iac_setup/scripts/iac/variables.tf file before starting the installation.

 For more information on updating the AWS region, refer to [Specify an AWS Region other than `us-east-1`](/docs/infrastructure/ppc/prerequisites/#specify-an-aws-region-other-than-us-east-1). -->
&lt;p>The repository provides a bootstrap script that automatically installs or updates the following software on the jump box:&lt;/p></description></item><item><title>Manual component-based installation</title><link>https://docs.protegrity.com/aiteam-edition/docs/infrastructure/ppc/aws/deploying_ppc/modular_install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/aiteam-edition/docs/infrastructure/ppc/aws/deploying_ppc/modular_install/</guid><description>&lt;h2 id="before-you-begin">Before you begin&lt;/h2>
&lt;p>Ensure to have the following prerequisites before proceeding with the installation.&lt;/p>
&lt;h3 id="jump-box-requirement">Jump box requirement&lt;/h3>
&lt;p>Ensure that the entire process is performed using the same jump box.&lt;/p>
&lt;h3 id="parameter-values">Parameter values&lt;/h3>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Value&lt;/th>
 &lt;th>Example&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>AWS credentials&lt;/td>
 &lt;td>&lt;code>AWS_ACCESS_KEY_ID&lt;/code>, &lt;code>AWS_SECRET_ACCESS_KEY&lt;/code>, &lt;code>AWS_SESSION_TOKEN&lt;/code>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Cluster name&lt;/td>
 &lt;td>&lt;code>my-cluster&lt;/code>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>VPC ID&lt;/td>
 &lt;td>&lt;code>vpc-0abc123&lt;/code>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Two private subnet IDs&lt;/td>
 &lt;td>&lt;code>subnet-aaa&lt;/code>, &lt;code>subnet-bbb&lt;/code>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Ingress FQDN&lt;/td>
 &lt;td>&lt;code>myapp.example.com&lt;/code>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>S3 backup bucket name&lt;/td>
 &lt;td>&lt;code>my-backup-bucket&lt;/code> (existing) &lt;strong>or&lt;/strong> provision one in Step 3&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Image registry endpoint&lt;/td>
 &lt;td>&lt;code>registry.example.com&lt;/code>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Registry username and password&lt;/td>
 &lt;td>Provided by organization&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;h2 id="deploying-ppc-using-component-based-installation">Deploying PPC using component-based installation&lt;/h2>
&lt;p>To deploy PPC using the component-based installation, perform the following steps&lt;/p></description></item></channel></rss>