AWS cli documentation change
Summary
Revised tag documentation with updated formatting rules and service name references
Security assessment
Clarifies tag management policies but does not relate to security controls or vulnerabilities. Changes are administrative/documentation improvements.
Diff
diff --git a/cli/latest/reference/opsworkscm/create-server.md b/cli/latest/reference/opsworkscm/create-server.md index 61af8cb86..9cacbb62f 100644 --- a//cli/latest/reference/opsworkscm/create-server.md +++ b//cli/latest/reference/opsworkscm/create-server.md @@ -13 +13 @@ - * [AWS CLI 2.27.49 Command Reference](../../index.html) » + * [AWS CLI 2.27.50 Command Reference](../../index.html) » @@ -57 +57 @@ A `LimitExceededException` is thrown when you have created the maximum number of -If you do not specify a security group by adding the `SecurityGroupIds` parameter, AWS OpsWorks creates a new security group. +If you do not specify a security group by adding the `SecurityGroupIds` parameter, OpsWorks creates a new security group. @@ -59 +59 @@ If you do not specify a security group by adding the `SecurityGroupIds` paramete -> _Chef Automate:_ The default security group opens the Chef server to the world on TCP port 443. If a KeyName is present, AWS OpsWorks enables SSH access. SSH is also open to the world on TCP port 22. +> _Chef Automate:_ The default security group opens the Chef server to the world on TCP port 443. If a KeyName is present, OpsWorks enables SSH access. SSH is also open to the world on TCP port 22. @@ -61 +61 @@ If you do not specify a security group by adding the `SecurityGroupIds` paramete -> _Puppet Enterprise:_ The default security group opens TCP ports 22, 443, 4433, 8140, 8142, 8143, and 8170. If a KeyName is present, AWS OpsWorks enables SSH access. SSH is also open to the world on TCP port 22. +> _Puppet Enterprise:_ The default security group opens TCP ports 22, 443, 4433, 8140, 8142, 8143, and 8170. If a KeyName is present, OpsWorks enables SSH access. SSH is also open to the world on TCP port 22. @@ -209 +209 @@ JSON Syntax: -> The number of automated backups that you want to keep. Whenever a new backup is created, AWS OpsWorks CM deletes the oldest backups if this number is exceeded. The default value is `1` . +> The number of automated backups that you want to keep. Whenever a new backup is created, OpsWorks CM deletes the oldest backups if this number is exceeded. The default value is `1` . @@ -213 +213 @@ JSON Syntax: -> The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters. +> The name of the server. The server name must be unique within your Amazon Web Services account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters. @@ -217 +217 @@ JSON Syntax: -> The ARN of the instance profile that your Amazon EC2 instances use. Although the AWS OpsWorks console typically creates the instance profile for you, if you are using API commands instead, run the service-role-creation.yaml AWS CloudFormation template, located at <https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml>. This template creates a CloudFormation stack that includes the instance profile you need. +> The ARN of the instance profile that your Amazon EC2 instances use. The OpsWorks console typically creates the instance profile for you @@ -229 +229 @@ JSON Syntax: -> The start time for a one-hour period each week during which AWS OpsWorks CM performs maintenance on the instance. Valid values must be specified in the following format: `DDD:HH:MM` . `MM` must be specified as `00` . The specified time is in coordinated universal time (UTC). The default value is a random one-hour period on Tuesday, Wednesday, or Friday. See `TimeWindowDefinition` for more information. +> The start time for a one-hour period each week during which OpsWorks CM performs maintenance on the instance. Valid values must be specified in the following format: `DDD:HH:MM` . `MM` must be specified as `00` . The specified time is in coordinated universal time (UTC). The default value is a random one-hour period on Tuesday, Wednesday, or Friday. See `TimeWindowDefinition` for more information. @@ -235 +235 @@ JSON Syntax: -> The start time for a one-hour period during which AWS OpsWorks CM backs up application-level data on your server if automated backups are enabled. Valid values must be specified in one of the following formats: +> The start time for a one-hour period during which OpsWorks CM backs up application-level data on your server if automated backups are enabled. Valid values must be specified in one of the following formats: @@ -252 +252 @@ JSON Syntax: -> If you do not specify this parameter, AWS OpsWorks CM creates one new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone). +> If you do not specify this parameter, OpsWorks CM creates one new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone). @@ -264 +264 @@ Syntax: -> The service role that the AWS OpsWorks CM service backend uses to work with your account. Although the AWS OpsWorks management console typically creates the service role for you, if you are using the AWS CLI or API commands, run the service-role-creation.yaml AWS CloudFormation template, located at <https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml>. This template creates a CloudFormation stack that includes the service role and instance profile that you need. +> The service role that the OpsWorks CM service backend uses to work with your account. @@ -286 +286 @@ Syntax: -> A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server. +> A map that contains tag keys and tag values to attach to an OpsWorks for Chef Automate or OpsWorks for Puppet Enterprise server. @@ -291,2 +291,2 @@ Syntax: -> * Leading and trailing white spaces are trimmed from both the key and value. -> * A maximum of 50 user-applied tags is allowed for any AWS OpsWorks-CM server. +> * Leading and trailing spaces are trimmed from both the key and value. +> * A maximum of 50 user-applied tags is allowed for any OpsWorks CM server. @@ -298 +298 @@ Syntax: ->> A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server. Leading and trailing white spaces are trimmed from both the key and value. A maximum of 50 user-applied tags is allowed for tag-supported AWS OpsWorks-CM resources. +>> A map that contains tag keys and tag values to attach to an OpsWorks for Chef Automate or OpsWorks for Puppet Enterprise server. Leading and trailing spaces are trimmed from both the key and value. A maximum of 50 user-applied tags is allowed for tag-supported OpsWorks CM resources. @@ -328 +328 @@ JSON Syntax: -> If you specify this field, AWS OpsWorks CM creates the server by using the backup represented by BackupId. +> If you specify this field, OpsWorks CM creates the server by using the backup represented by BackupId. @@ -536 +536 @@ Server -> (structure) ->> The response of a createServer() request returns the master credential to access the server in EngineAttributes. These credentials are not stored by AWS OpsWorks CM; they are returned only as part of the result of createServer(). +>> The response of a createServer() request returns the master credential to access the server in EngineAttributes. These credentials are not stored by OpsWorks CM; they are returned only as part of the result of createServer(). @@ -540 +540 @@ Server -> (structure) ->> * `CHEF_AUTOMATE_PIVOTAL_KEY` : A base64-encoded RSA private key that is generated by AWS OpsWorks for Chef Automate. This private key is required to access the Chef API. +>> * `CHEF_AUTOMATE_PIVOTAL_KEY` : A base64-encoded RSA private key that is generated by OpsWorks for Chef Automate. This private key is required to access the Chef API. @@ -623 +623 @@ Server -> (structure) - * [AWS CLI 2.27.49 Command Reference](../../index.html) » + * [AWS CLI 2.27.50 Command Reference](../../index.html) »