Console on Fargate
You can run Prisma Cloud Console in AWS Fargate.
This procedure assumes you’ve already created an ECS cluster.
Create a security group
Create a security group that opens ports 8083-8084 for Prisma Cloud Console and port 2049 for NFS.
- In the AWS console, go toServices > Compute > EC2 > Security Groups.
- ClickCreate security group.
- InSecurity group name, enter a name, such aspc-security-group.
- InDescription, enterPrisma Cloud Compute Console on Fargate.
- InVPC, select the VPC where your ECS cluster runs.
- Create an inbound rule for Prisma Cloud Console ports.
- UnderInbound rules, clickAdd rule.
- UnderType, selectCustom TCP.
- UnderPort range, enter8083-8084.
- UnderSource, selectAnywhere.
- Create an inbound rule for NFS, where Console stores its data.
- ClickAdd rule.
- UnderType, selectNFS.
- UnderSource, selectAnywhere.
- ClickCreate security group.
- Write down the security group ID and save it for later.
Create an EFS file system
Create a highly available file system for Console to store its data.
- In the AWS console, go toServices > Storage > EFS.
- ClickCreate file system.
- ClickCustomizeto open a more detailed dialog.
- Enter a value forName, such aspc-efs-console.
- Set the throughput mode toProvisioned.
- SetProvisioned Throughput (MiB/s)to 0.1 MiB/s per Defender that will be deployed.
- ClickNext.
- InVPC, select the VPC where your EC2 cluster runs and the relevant mount targets.
- For each mount target, change the security group to the ID of the pc-security-group.
- ClickNext, accepting all defaults, until the file system is created.
- Write down the file system ID and save it for later.
Create target groups
Create two target groups for the load balancer, one for port 8083 and one for port 8084.
- In the AWS console, go toServices > Compute > EC2 > Load Balancing > Target Groups.
- ClickCreate target group.
- InBasic configuration, selectIP addresses.
- Enter a value forName, such aspc-tgt-8083orpc-tgt-8084.
- SetProtocoltoTCPandPortto8083or8084respectively.
- In VPC, select the VPC where your ECS cluster runs.
- For port 8083 only, specify the following health check configuration:
- Health check protocol:HTTPS