Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CFT descriptions #256

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions scripts/aws/EUID_CloudFormation.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Parameters:
Type: String
Description: VpcId of your existing Virtual Private Cloud (VPC)
Default: ''
ConstraintDescription: must be the VPC Id of an existing Virtual Private Cloud.
ConstraintDescription: must be the VPC ID of an existing Virtual Private Cloud.
VpcSubnet1:
Description: AZ1 SubnetId from existing VPC, if using existing VPC
Description: AZ1 SubnetId from existing VPC
Type: String
Default: ''
VpcSubnet2:
Description: AZ2 SubnetId from existing VPC, if using existing VPC
Description: AZ2 SubnetId from existing VPC
Type: String
Default: ''
SSHKeyName:
Expand Down Expand Up @@ -92,9 +92,9 @@ Metadata:
TrustNetworkCidr:
default: Trusted Network CIDR (required)
VpcId:
default: If choose to use Existing VPC, enter existing VPC Id (required in case of existing VPC)
default: Enter existing VPC ID
VpcSubnet:
default: If choose to use Existing VPC, enter existing Subnet Id (required in case of existing VPC)
default: Enter existing Subnet ID
CustomizeEnclaceResource:
default: Enclave resouce configuration auto calculated or manual
EnclavememoryinMB:
Expand Down
10 changes: 5 additions & 5 deletions scripts/aws/UID_CloudFormation.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Parameters:
Type: String
Description: VpcId of your existing Virtual Private Cloud (VPC)
Default: ''
ConstraintDescription: must be the VPC Id of an existing Virtual Private Cloud.
ConstraintDescription: must be the VPC ID of an existing Virtual Private Cloud.
VpcSubnet1:
Description: AZ1 SubnetId from existing VPC, if using existing VPC
Description: AZ1 SubnetId from existing VPC
Type: String
Default: ''
VpcSubnet2:
Description: AZ2 SubnetId from existing VPC, if using existing VPC
Description: AZ2 SubnetId from existing VPC
Type: String
Default: ''
SSHKeyName:
Expand Down Expand Up @@ -91,9 +91,9 @@ Metadata:
TrustNetworkCidr:
default: Trusted Network CIDR (required)
VpcId:
default: If choose to use Existing VPC, enter existing VPC Id (required in case of existing VPC)
default: Enter existing VPC ID
VpcSubnet:
default: If choose to use Existing VPC, enter existing Subnet Id (required in case of existing VPC)
default: Enter existing Subnet ID
CustomizeEnclaceResource:
default: Enclave resouce configuration auto calculated or manual
EnclavememoryinMB:
Expand Down