awscli 1.42.17__py3-none-any.whl → 1.42.19__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. awscli/__init__.py +1 -1
  2. awscli/customizations/argrename.py +0 -2
  3. awscli/examples/application-signals/batch-get-service-level-objective-budget-report.rst +99 -0
  4. awscli/examples/application-signals/create-service-level-objective.rst +88 -0
  5. awscli/examples/application-signals/delete-service-level-objective.rst +10 -0
  6. awscli/examples/application-signals/get-service-level-objective.rst +53 -0
  7. awscli/examples/application-signals/get-service.rst +72 -0
  8. awscli/examples/application-signals/list-service-dependencies.rst +96 -0
  9. awscli/examples/application-signals/list-service-dependents.rst +36 -0
  10. awscli/examples/application-signals/list-service-level-objectives.rst +17 -0
  11. awscli/examples/application-signals/list-service-operations.rst +63 -0
  12. awscli/examples/application-signals/list-services.rst +61 -0
  13. awscli/examples/application-signals/list-tags-for-resource.rst +17 -0
  14. awscli/examples/application-signals/start-discovery.rst +9 -0
  15. awscli/examples/application-signals/tag-resource.rst +11 -0
  16. awscli/examples/application-signals/untag-resource.rst +11 -0
  17. awscli/examples/application-signals/update-service-level-objective.rst +69 -0
  18. awscli/handlers.py +0 -4
  19. {awscli-1.42.17.dist-info → awscli-1.42.19.dist-info}/METADATA +2 -2
  20. {awscli-1.42.17.dist-info → awscli-1.42.19.dist-info}/RECORD +28 -92
  21. awscli/customizations/opsworks.py +0 -543
  22. awscli/customizations/opsworkscm.py +0 -21
  23. awscli/examples/opsworks/assign-instance.rst +0 -14
  24. awscli/examples/opsworks/assign-volume.rst +0 -17
  25. awscli/examples/opsworks/associate-elastic-ip.rst +0 -14
  26. awscli/examples/opsworks/attach-elastic-load-balancer.rst +0 -14
  27. awscli/examples/opsworks/create-app.rst +0 -64
  28. awscli/examples/opsworks/create-deployment.rst +0 -66
  29. awscli/examples/opsworks/create-instance.rst +0 -25
  30. awscli/examples/opsworks/create-layer.rst +0 -17
  31. awscli/examples/opsworks/create-server.rst +0 -43
  32. awscli/examples/opsworks/create-stack.rst +0 -25
  33. awscli/examples/opsworks/create-user-profile.rst +0 -24
  34. awscli/examples/opsworks/delete-app.rst +0 -17
  35. awscli/examples/opsworks/delete-instance.rst +0 -15
  36. awscli/examples/opsworks/delete-layer.rst +0 -17
  37. awscli/examples/opsworks/delete-stack.rst +0 -18
  38. awscli/examples/opsworks/delete-user-profile.rst +0 -17
  39. awscli/examples/opsworks/deregister-elastic-ip.rst +0 -13
  40. awscli/examples/opsworks/deregister-instance.rst +0 -14
  41. awscli/examples/opsworks/deregister-rds-db-instance.rst +0 -20
  42. awscli/examples/opsworks/deregister-volume.rst +0 -15
  43. awscli/examples/opsworks/describe-apps.rst +0 -38
  44. awscli/examples/opsworks/describe-commands.rst +0 -43
  45. awscli/examples/opsworks/describe-deployments.rst +0 -52
  46. awscli/examples/opsworks/describe-elastic-ips.rst +0 -24
  47. awscli/examples/opsworks/describe-elastic-load-balancers.rst +0 -37
  48. awscli/examples/opsworks/describe-instances.rst +0 -95
  49. awscli/examples/opsworks/describe-layers.rst +0 -171
  50. awscli/examples/opsworks/describe-load-based-auto-scaling.rst +0 -37
  51. awscli/examples/opsworks/describe-my-user-profile.rst +0 -24
  52. awscli/examples/opsworks/describe-permissions.rst +0 -26
  53. awscli/examples/opsworks/describe-raid-arrays.rst +0 -31
  54. awscli/examples/opsworks/describe-rds-db-instances.rst +0 -29
  55. awscli/examples/opsworks/describe-stack-provisioning-parameters.rst +0 -32
  56. awscli/examples/opsworks/describe-stack-summary.rst +0 -27
  57. awscli/examples/opsworks/describe-stacks.rst +0 -65
  58. awscli/examples/opsworks/describe-timebased-auto-scaling.rst +0 -39
  59. awscli/examples/opsworks/describe-user-profiles.rst +0 -32
  60. awscli/examples/opsworks/describe-volumes.rst +0 -31
  61. awscli/examples/opsworks/detach-elastic-load-balancer.rst +0 -14
  62. awscli/examples/opsworks/disassociate-elastic-ip.rst +0 -14
  63. awscli/examples/opsworks/get-hostname-suggestion.rst +0 -21
  64. awscli/examples/opsworks/reboot-instance.rst +0 -14
  65. awscli/examples/opsworks/register-elastic-ip.rst +0 -19
  66. awscli/examples/opsworks/register-rds-db-instance.rst +0 -15
  67. awscli/examples/opsworks/register-volume.rst +0 -18
  68. awscli/examples/opsworks/register.rst +0 -105
  69. awscli/examples/opsworks/set-load-based-auto-scaling.rst +0 -38
  70. awscli/examples/opsworks/set-permission.rst +0 -23
  71. awscli/examples/opsworks/set-time-based-auto-scaling.rst +0 -33
  72. awscli/examples/opsworks/start-instance.rst +0 -20
  73. awscli/examples/opsworks/start-stack.rst +0 -15
  74. awscli/examples/opsworks/stop-instance.rst +0 -20
  75. awscli/examples/opsworks/stop-stack.rst +0 -15
  76. awscli/examples/opsworks/unassign-instance.rst +0 -14
  77. awscli/examples/opsworks/unassign-volume.rst +0 -16
  78. awscli/examples/opsworks/update-app.rst +0 -14
  79. awscli/examples/opsworks/update-elastic-ip.rst +0 -14
  80. awscli/examples/opsworks/update-instance.rst +0 -14
  81. awscli/examples/opsworks/update-layer.rst +0 -14
  82. awscli/examples/opsworks/update-my-user-profile.rst +0 -16
  83. awscli/examples/opsworks/update-rds-db-instance.rst +0 -18
  84. awscli/examples/opsworks/update-volume.rst +0 -16
  85. awscli/examples/opsworkscm/associate-node.rst +0 -22
  86. awscli/examples/opsworkscm/create-backup.rst +0 -46
  87. awscli/examples/opsworkscm/create-server.rst +0 -48
  88. awscli/examples/opsworkscm/delete-backup.rst +0 -17
  89. awscli/examples/opsworkscm/delete-server.rst +0 -16
  90. awscli/examples/opsworkscm/describe-account-attributes.rst +0 -26
  91. awscli/examples/opsworkscm/describe-backups.rst +0 -44
  92. awscli/examples/opsworkscm/describe-events.rst +0 -21
  93. awscli/examples/opsworkscm/describe-node-association-status.rst +0 -20
  94. awscli/examples/opsworkscm/describe-servers.rst +0 -48
  95. awscli/examples/opsworkscm/disassociate-node.rst +0 -19
  96. awscli/examples/opsworkscm/restore-server.rst +0 -20
  97. awscli/examples/opsworkscm/start-maintenance.rst +0 -39
  98. awscli/examples/opsworkscm/update-server-engine-attributes.rst +0 -43
  99. awscli/examples/opsworkscm/update-server.rst +0 -42
  100. {awscli-1.42.17.data → awscli-1.42.19.data}/scripts/aws +0 -0
  101. {awscli-1.42.17.data → awscli-1.42.19.data}/scripts/aws.cmd +0 -0
  102. {awscli-1.42.17.data → awscli-1.42.19.data}/scripts/aws_bash_completer +0 -0
  103. {awscli-1.42.17.data → awscli-1.42.19.data}/scripts/aws_completer +0 -0
  104. {awscli-1.42.17.data → awscli-1.42.19.data}/scripts/aws_zsh_completer.sh +0 -0
  105. {awscli-1.42.17.dist-info → awscli-1.42.19.dist-info}/LICENSE.txt +0 -0
  106. {awscli-1.42.17.dist-info → awscli-1.42.19.dist-info}/WHEEL +0 -0
  107. {awscli-1.42.17.dist-info → awscli-1.42.19.dist-info}/top_level.txt +0 -0
@@ -1,95 +0,0 @@
1
- **To describe instances**
2
-
3
- The following ``describe-instances`` command describes the instances in a specified stack::
4
-
5
- aws opsworks --region us-east-1 describe-instances --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8
6
-
7
- *Output*: The following output example is for a stack with two instances. The first is a registered
8
- EC2 instance, and the second was created by AWS OpsWorks.
9
-
10
- ::
11
-
12
- {
13
- "Instances": [
14
- {
15
- "StackId": "71c7ca72-55ae-4b6a-8ee1-a8dcded3fa0f",
16
- "PrivateDns": "ip-10-31-39-66.us-west-2.compute.internal",
17
- "LayerIds": [
18
- "26cf1d32-6876-42fa-bbf1-9cadc0bff938"
19
- ],
20
- "EbsOptimized": false,
21
- "ReportedOs": {
22
- "Version": "14.04",
23
- "Name": "ubuntu",
24
- "Family": "debian"
25
- },
26
- "Status": "online",
27
- "InstanceId": "4d6d1710-ded9-42a1-b08e-b043ad7af1e2",
28
- "SshKeyName": "US-West-2",
29
- "InfrastructureClass": "ec2",
30
- "RootDeviceVolumeId": "vol-d08ec6c1",
31
- "SubnetId": "subnet-b8de0ddd",
32
- "InstanceType": "t1.micro",
33
- "CreatedAt": "2015-02-24T20:52:49+00:00",
34
- "AmiId": "ami-35501205",
35
- "Hostname": "ip-192-0-2-0",
36
- "Ec2InstanceId": "i-5cd23551",
37
- "PublicDns": "ec2-192-0-2-0.us-west-2.compute.amazonaws.com",
38
- "SecurityGroupIds": [
39
- "sg-c4d3f0a1"
40
- ],
41
- "Architecture": "x86_64",
42
- "RootDeviceType": "ebs",
43
- "InstallUpdatesOnBoot": true,
44
- "Os": "Custom",
45
- "VirtualizationType": "paravirtual",
46
- "AvailabilityZone": "us-west-2a",
47
- "PrivateIp": "10.31.39.66",
48
- "PublicIp": "192.0.2.06",
49
- "RegisteredBy": "arn:aws:iam::123456789102:user/AWS/OpsWorks/OpsWorks-EC2Register-i-5cd23551"
50
- },
51
- {
52
- "StackId": "71c7ca72-55ae-4b6a-8ee1-a8dcded3fa0f",
53
- "PrivateDns": "ip-10-31-39-158.us-west-2.compute.internal",
54
- "SshHostRsaKeyFingerprint": "69:6b:7b:8b:72:f3:ed:23:01:00:05:bc:9f:a4:60:c1",
55
- "LayerIds": [
56
- "26cf1d32-6876-42fa-bbf1-9cadc0bff938"
57
- ],
58
- "EbsOptimized": false,
59
- "ReportedOs": {},
60
- "Status": "booting",
61
- "InstanceId": "9b137a0d-2f5d-4cc0-9704-13da4b31fdcb",
62
- "SshKeyName": "US-West-2",
63
- "InfrastructureClass": "ec2",
64
- "RootDeviceVolumeId": "vol-e09dd5f1",
65
- "SubnetId": "subnet-b8de0ddd",
66
- "InstanceProfileArn": "arn:aws:iam::123456789102:instance-profile/aws-opsworks-ec2-role",
67
- "InstanceType": "c3.large",
68
- "CreatedAt": "2015-02-24T21:29:33+00:00",
69
- "AmiId": "ami-9fc29baf",
70
- "SshHostDsaKeyFingerprint": "fc:87:95:c3:f5:e1:3b:9f:d2:06:6e:62:9a:35:27:e8",
71
- "Ec2InstanceId": "i-8d2dca80",
72
- "PublicDns": "ec2-192-0-2-1.us-west-2.compute.amazonaws.com",
73
- "SecurityGroupIds": [
74
- "sg-b022add5",
75
- "sg-b122add4"
76
- ],
77
- "Architecture": "x86_64",
78
- "RootDeviceType": "ebs",
79
- "InstallUpdatesOnBoot": true,
80
- "Os": "Amazon Linux 2014.09",
81
- "VirtualizationType": "paravirtual",
82
- "AvailabilityZone": "us-west-2a",
83
- "Hostname": "custom11",
84
- "PrivateIp": "10.31.39.158",
85
- "PublicIp": "192.0.2.0"
86
- }
87
- ]
88
- }
89
-
90
- **More Information**
91
-
92
- For more information, see `Instances`_ in the *AWS OpsWorks User Guide*.
93
-
94
- .. _`Instances`: http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances.html
95
-
@@ -1,171 +0,0 @@
1
- **To describe a stack's layers**
2
-
3
- The following ``describe-layers`` command describes the layers in a specified stack::
4
-
5
- aws opsworks --region us-east-1 describe-layers --stack-id 38ee91e2-abdc-4208-a107-0b7168b3cc7a
6
-
7
- *Output*::
8
-
9
- {
10
- "Layers": [
11
- {
12
- "StackId": "38ee91e2-abdc-4208-a107-0b7168b3cc7a",
13
- "Type": "db-master",
14
- "DefaultSecurityGroupNames": [
15
- "AWS-OpsWorks-DB-Master-Server"
16
- ],
17
- "Name": "MySQL",
18
- "Packages": [],
19
- "DefaultRecipes": {
20
- "Undeploy": [],
21
- "Setup": [
22
- "opsworks_initial_setup",
23
- "ssh_host_keys",
24
- "ssh_users",
25
- "mysql::client",
26
- "dependencies",
27
- "ebs",
28
- "opsworks_ganglia::client",
29
- "mysql::server",
30
- "dependencies",
31
- "deploy::mysql"
32
- ],
33
- "Configure": [
34
- "opsworks_ganglia::configure-client",
35
- "ssh_users",
36
- "agent_version",
37
- "deploy::mysql"
38
- ],
39
- "Shutdown": [
40
- "opsworks_shutdown::default",
41
- "mysql::stop"
42
- ],
43
- "Deploy": [
44
- "deploy::default",
45
- "deploy::mysql"
46
- ]
47
- },
48
- "CustomRecipes": {
49
- "Undeploy": [],
50
- "Setup": [],
51
- "Configure": [],
52
- "Shutdown": [],
53
- "Deploy": []
54
- },
55
- "EnableAutoHealing": false,
56
- "LayerId": "41a20847-d594-4325-8447-171821916b73",
57
- "Attributes": {
58
- "MysqlRootPasswordUbiquitous": "true",
59
- "RubygemsVersion": null,
60
- "RailsStack": null,
61
- "HaproxyHealthCheckMethod": null,
62
- "RubyVersion": null,
63
- "BundlerVersion": null,
64
- "HaproxyStatsPassword": null,
65
- "PassengerVersion": null,
66
- "MemcachedMemory": null,
67
- "EnableHaproxyStats": null,
68
- "ManageBundler": null,
69
- "NodejsVersion": null,
70
- "HaproxyHealthCheckUrl": null,
71
- "MysqlRootPassword": "*****FILTERED*****",
72
- "GangliaPassword": null,
73
- "GangliaUser": null,
74
- "HaproxyStatsUrl": null,
75
- "GangliaUrl": null,
76
- "HaproxyStatsUser": null
77
- },
78
- "Shortname": "db-master",
79
- "AutoAssignElasticIps": false,
80
- "CustomSecurityGroupIds": [],
81
- "CreatedAt": "2013-07-25T18:11:19+00:00",
82
- "VolumeConfigurations": [
83
- {
84
- "MountPoint": "/vol/mysql",
85
- "Size": 10,
86
- "NumberOfDisks": 1
87
- }
88
- ]
89
- },
90
- {
91
- "StackId": "38ee91e2-abdc-4208-a107-0b7168b3cc7a",
92
- "Type": "custom",
93
- "DefaultSecurityGroupNames": [
94
- "AWS-OpsWorks-Custom-Server"
95
- ],
96
- "Name": "TomCustom",
97
- "Packages": [],
98
- "DefaultRecipes": {
99
- "Undeploy": [],
100
- "Setup": [
101
- "opsworks_initial_setup",
102
- "ssh_host_keys",
103
- "ssh_users",
104
- "mysql::client",
105
- "dependencies",
106
- "ebs",
107
- "opsworks_ganglia::client"
108
- ],
109
- "Configure": [
110
- "opsworks_ganglia::configure-client",
111
- "ssh_users",
112
- "agent_version"
113
- ],
114
- "Shutdown": [
115
- "opsworks_shutdown::default"
116
- ],
117
- "Deploy": [
118
- "deploy::default"
119
- ]
120
- },
121
- "CustomRecipes": {
122
- "Undeploy": [],
123
- "Setup": [
124
- "tomcat::setup"
125
- ],
126
- "Configure": [
127
- "tomcat::configure"
128
- ],
129
- "Shutdown": [],
130
- "Deploy": [
131
- "tomcat::deploy"
132
- ]
133
- },
134
- "EnableAutoHealing": true,
135
- "LayerId": "e6cbcd29-d223-40fc-8243-2eb213377440",
136
- "Attributes": {
137
- "MysqlRootPasswordUbiquitous": null,
138
- "RubygemsVersion": null,
139
- "RailsStack": null,
140
- "HaproxyHealthCheckMethod": null,
141
- "RubyVersion": null,
142
- "BundlerVersion": null,
143
- "HaproxyStatsPassword": null,
144
- "PassengerVersion": null,
145
- "MemcachedMemory": null,
146
- "EnableHaproxyStats": null,
147
- "ManageBundler": null,
148
- "NodejsVersion": null,
149
- "HaproxyHealthCheckUrl": null,
150
- "MysqlRootPassword": null,
151
- "GangliaPassword": null,
152
- "GangliaUser": null,
153
- "HaproxyStatsUrl": null,
154
- "GangliaUrl": null,
155
- "HaproxyStatsUser": null
156
- },
157
- "Shortname": "tomcustom",
158
- "AutoAssignElasticIps": false,
159
- "CustomSecurityGroupIds": [],
160
- "CreatedAt": "2013-07-25T18:12:53+00:00",
161
- "VolumeConfigurations": []
162
- }
163
- ]
164
- }
165
-
166
- **More Information**
167
-
168
- For more information, see Layers_ in the *AWS OpsWorks User Guide*.
169
-
170
- .. _Layers: http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers.html
171
-
@@ -1,37 +0,0 @@
1
- **To describe a layer's load-based scaling configuration**
2
-
3
- The following example describes a specified layer's load-based scaling configuration.
4
- The layer is identified by its layer ID, which you can find on the layer's
5
- details page or by running ``describe-layers``. ::
6
-
7
- aws opsworks describe-load-based-auto-scaling --region us-east-1 --layer-ids 6bec29c9-c866-41a0-aba5-fa3e374ce2a1
8
-
9
- *Output*: The example layer has a single load-based instance. ::
10
-
11
- {
12
- "LoadBasedAutoScalingConfigurations": [
13
- {
14
- "DownScaling": {
15
- "IgnoreMetricsTime": 10,
16
- "ThresholdsWaitTime": 10,
17
- "InstanceCount": 1,
18
- "CpuThreshold": 30.0
19
- },
20
- "Enable": true,
21
- "UpScaling": {
22
- "IgnoreMetricsTime": 5,
23
- "ThresholdsWaitTime": 5,
24
- "InstanceCount": 1,
25
- "CpuThreshold": 80.0
26
- },
27
- "LayerId": "6bec29c9-c866-41a0-aba5-fa3e374ce2a1"
28
- }
29
- ]
30
- }
31
-
32
-
33
- **More Information**
34
-
35
- For more information, see `How Automatic Load-based Scaling Works`_ in the *AWS OpsWorks User Guide*.
36
-
37
- .. _`How Automatic Load-based Scaling Works`: http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-autoscaling.html#workinginstances-autoscaling-loadbased
@@ -1,24 +0,0 @@
1
- **To obtain a user's profile**
2
-
3
- The following example shows how to obtain the profile
4
- of the AWS Identity and Access Management (IAM) user that is running the command. ::
5
-
6
- aws opsworks --region us-east-1 describe-my-user-profile
7
-
8
- *Output*: For brevity, most of the user's SSH public key is replaced by an ellipsis (...). ::
9
-
10
- {
11
- "UserProfile": {
12
- "IamUserArn": "arn:aws:iam::123456789012:user/myusername",
13
- "SshPublicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAABJQ...3LQ4aX9jpxQw== rsa-key-20141104",
14
- "Name": "myusername",
15
- "SshUsername": "myusername"
16
- }
17
- }
18
-
19
- **More Information**
20
-
21
- For more information, see `Importing Users into AWS OpsWorks`_ in the *AWS OpsWorks User Guide*.
22
-
23
- .. _`Importing Users into AWS OpsWorks`: http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users-manage-import.html
24
-
@@ -1,26 +0,0 @@
1
- **To obtain a user's per-stack AWS OpsWorks permission level**
2
-
3
- The following example shows how to to obtain an AWS Identity and Access Management (IAM) user's permission level on a specified stack. ::
4
-
5
- aws opsworks --region us-east-1 describe-permissions --iam-user-arn arn:aws:iam::123456789012:user/cli-user-test --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06
6
-
7
- *Output*::
8
-
9
- {
10
- "Permissions": [
11
- {
12
- "StackId": "d72553d4-8727-448c-9b00-f024f0ba1b06",
13
- "IamUserArn": "arn:aws:iam::123456789012:user/cli-user-test",
14
- "Level": "manage",
15
- "AllowSudo": true,
16
- "AllowSsh": true
17
- }
18
- ]
19
- }
20
-
21
-
22
- **More Information**
23
-
24
- For more information, see `Granting Per-Stack Permissions Levels`_ in the *AWS OpsWorks User Guide*.
25
-
26
- .. _`Granting Per-Stack Permissions Levels`: http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users-console.html
@@ -1,31 +0,0 @@
1
- **To describe RAID arrays**
2
-
3
- The following example describes the RAID arrays attached to the instances in a specified stack. ::
4
-
5
- aws opsworks --region us-east-1 describe-raid-arrays --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06
6
-
7
- *Output*: The following is the output for a stack with one RAID array. ::
8
-
9
- {
10
- "RaidArrays": [
11
- {
12
- "StackId": "d72553d4-8727-448c-9b00-f024f0ba1b06",
13
- "AvailabilityZone": "us-west-2a",
14
- "Name": "Created for php-app1",
15
- "NumberOfDisks": 2,
16
- "InstanceId": "9f14adbc-ced5-43b6-bf01-e7d0db6cf2f7",
17
- "RaidLevel": 0,
18
- "VolumeType": "standard",
19
- "RaidArrayId": "f2d4e470-5972-4676-b1b8-bae41ec3e51c",
20
- "Device": "/dev/md0",
21
- "MountPoint": "/mnt/workspace",
22
- "CreatedAt": "2015-02-26T23:53:09+00:00",
23
- "Size": 100
24
- }
25
- ]
26
- }
27
-
28
- For more information, see `EBS Volumes`_ in the *AWS OpsWorks User Guide*.
29
-
30
- .. _`EBS Volumes`: http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html#workinglayers-basics-edit-ebs
31
-
@@ -1,29 +0,0 @@
1
- **To describe a stack's registered Amazon RDS instances**
2
-
3
- The following example describes the Amazon RDS instances registered with a specified stack. ::
4
-
5
- aws opsworks --region us-east-1 describe-rds-db-instances --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06
6
-
7
- *Output*: The following is the output for a stack with one registered RDS instance. ::
8
-
9
- {
10
- "RdsDbInstances": [
11
- {
12
- "Engine": "mysql",
13
- "StackId": "d72553d4-8727-448c-9b00-f024f0ba1b06",
14
- "MissingOnRds": false,
15
- "Region": "us-west-2",
16
- "RdsDbInstanceArn": "arn:aws:rds:us-west-2:123456789012:db:clitestdb",
17
- "DbPassword": "*****FILTERED*****",
18
- "Address": "clitestdb.cdlqlk5uwd0k.us-west-2.rds.amazonaws.com",
19
- "DbUser": "cliuser",
20
- "DbInstanceIdentifier": "clitestdb"
21
- }
22
- ]
23
- }
24
-
25
-
26
- For more information, see `Resource Management`_ in the *AWS OpsWorks User Guide*.
27
-
28
- .. _`Resource Management`: http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html
29
-
@@ -1,32 +0,0 @@
1
- **To return the provisioning parameters for a stack**
2
-
3
- The following ``describe-stack-provisioning-parameters`` example returns the provisioning parameters for a specified stack. Provisioning parameters include settings such as the agent installation location and public key that OpsWorks uses to manage the agent on instances in a stack. ::
4
-
5
- aws opsworks describe-stack-provisioning-parameters \
6
- --stack-id 62744d97-6faf-4ecb-969b-a086fEXAMPLE
7
-
8
- Output::
9
-
10
- {
11
- "AgentInstallerUrl": "https://opsworks-instance-agent-us-west-2.s3.amazonaws.com/ID_number/opsworks-agent-installer.tgz",
12
- "Parameters": {
13
- "agent_installer_base_url": "https://opsworks-instance-agent-us-west-2.s3.amazonaws.com",
14
- "agent_installer_tgz": "opsworks-agent-installer.tgz",
15
- "assets_download_bucket": "opsworks-instance-assets-us-west-2.s3.amazonaws.com",
16
- "charlie_public_key": "-----BEGIN PUBLIC KEY-----PUBLIC_KEY_EXAMPLE\n-----END PUBLIC KEY-----",
17
- "instance_service_endpoint": "opsworks-instance-service.us-west-2.amazonaws.com",
18
- "instance_service_port": "443",
19
- "instance_service_region": "us-west-2",
20
- "instance_service_ssl_verify_peer": "true",
21
- "instance_service_use_ssl": "true",
22
- "ops_works_endpoint": "opsworks.us-west-2.amazonaws.com",
23
- "ops_works_port": "443",
24
- "ops_works_region": "us-west-2",
25
- "ops_works_ssl_verify_peer": "true",
26
- "ops_works_use_ssl": "true",
27
- "verbose": "false",
28
- "wait_between_runs": "30"
29
- }
30
- }
31
-
32
- For more information, see `Run Stack Commands <https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html>`__ in the *AWS OpsWorks User Guide*.
@@ -1,27 +0,0 @@
1
- **To describe a stack's configuration**
2
-
3
- The following ``describe-stack-summary`` command returns a summary of the specified stack's configuration. ::
4
-
5
- aws opsworks --region us-east-1 describe-stack-summary --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8
6
-
7
- *Output*::
8
-
9
- {
10
- "StackSummary": {
11
- "StackId": "8c428b08-a1a1-46ce-a5f8-feddc43771b8",
12
- "InstancesCount": {
13
- "Booting": 1
14
- },
15
- "Name": "CLITest",
16
- "AppsCount": 1,
17
- "LayersCount": 1,
18
- "Arn": "arn:aws:opsworks:us-west-2:123456789012:stack/8c428b08-a1a1-46ce-a5f8-feddc43771b8/"
19
- }
20
- }
21
-
22
- **More Information**
23
-
24
- For more information, see `Stacks`_ in the *AWS OpsWorks User Guide*.
25
-
26
- .. _`Stacks`: http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks.html
27
-
@@ -1,65 +0,0 @@
1
- **To describe stacks**
2
-
3
- The following ``describe-stacks`` command describes an account's stacks. ::
4
-
5
- aws opsworks --region us-east-1 describe-stacks
6
-
7
- *Output*::
8
-
9
- {
10
- "Stacks": [
11
- {
12
- "ServiceRoleArn": "arn:aws:iam::444455556666:role/aws-opsworks-service-role",
13
- "StackId": "aeb7523e-7c8b-49d4-b866-03aae9d4fbcb",
14
- "DefaultRootDeviceType": "instance-store",
15
- "Name": "TomStack-sd",
16
- "ConfigurationManager": {
17
- "Version": "11.4",
18
- "Name": "Chef"
19
- },
20
- "UseCustomCookbooks": true,
21
- "CustomJson": "{\n \"tomcat\": {\n \"base_version\": 7,\n \"java_opts\": \"-Djava.awt.headless=true -Xmx256m\"\n },\n \"datasources\": {\n \"ROOT\": \"jdbc/mydb\"\n }\n}",
22
- "Region": "us-east-1",
23
- "DefaultInstanceProfileArn": "arn:aws:iam::444455556666:instance-profile/aws-opsworks-ec2-role",
24
- "CustomCookbooksSource": {
25
- "Url": "git://github.com/example-repo/tomcustom.git",
26
- "Type": "git"
27
- },
28
- "DefaultAvailabilityZone": "us-east-1a",
29
- "HostnameTheme": "Layer_Dependent",
30
- "Attributes": {
31
- "Color": "rgb(45, 114, 184)"
32
- },
33
- "DefaultOs": "Amazon Linux",
34
- "CreatedAt": "2013-08-01T22:53:42+00:00"
35
- },
36
- {
37
- "ServiceRoleArn": "arn:aws:iam::444455556666:role/aws-opsworks-service-role",
38
- "StackId": "40738975-da59-4c5b-9789-3e422f2cf099",
39
- "DefaultRootDeviceType": "instance-store",
40
- "Name": "MyStack",
41
- "ConfigurationManager": {
42
- "Version": "11.4",
43
- "Name": "Chef"
44
- },
45
- "UseCustomCookbooks": false,
46
- "Region": "us-east-1",
47
- "DefaultInstanceProfileArn": "arn:aws:iam::444455556666:instance-profile/aws-opsworks-ec2-role",
48
- "CustomCookbooksSource": {},
49
- "DefaultAvailabilityZone": "us-east-1a",
50
- "HostnameTheme": "Layer_Dependent",
51
- "Attributes": {
52
- "Color": "rgb(45, 114, 184)"
53
- },
54
- "DefaultOs": "Amazon Linux",
55
- "CreatedAt": "2013-10-25T19:24:30+00:00"
56
- }
57
- ]
58
- }
59
-
60
- **More Information**
61
-
62
- For more information, see `Stacks`_ in the *AWS OpsWorks User Guide*.
63
-
64
- .. _`Stacks`: http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks.html
65
-
@@ -1,39 +0,0 @@
1
- **To describe the time-based scaling configuration of an instance**
2
-
3
- The following example describes a specified instance's time-based scaling configuration.
4
- The instance is identified by its instance ID, which you can find on the instances's
5
- details page or by running ``describe-instances``. ::
6
-
7
- aws opsworks describe-time-based-auto-scaling --region us-east-1 --instance-ids 701f2ffe-5d8e-4187-b140-77b75f55de8d
8
-
9
- *Output*: The example has a single time-based instance. ::
10
-
11
- {
12
- "TimeBasedAutoScalingConfigurations": [
13
- {
14
- "InstanceId": "701f2ffe-5d8e-4187-b140-77b75f55de8d",
15
- "AutoScalingSchedule": {
16
- "Monday": {
17
- "11": "on",
18
- "10": "on",
19
- "13": "on",
20
- "12": "on"
21
- },
22
- "Tuesday": {
23
- "11": "on",
24
- "10": "on",
25
- "13": "on",
26
- "12": "on"
27
- }
28
- }
29
- }
30
- ]
31
- }
32
-
33
-
34
-
35
- **More Information**
36
-
37
- For more information, see `How Automatic Time-based Scaling Works`_ in the *AWS OpsWorks User Guide*.
38
-
39
- .. _`How Automatic Time-based Scaling Works`: http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-autoscaling.html#workinginstances-autoscaling-timebased
@@ -1,32 +0,0 @@
1
- **To describe user profiles**
2
-
3
- The following ``describe-user-profiles`` command describes the account's user profiles. ::
4
-
5
- aws opsworks --region us-east-1 describe-user-profiles
6
-
7
- *Output*::
8
-
9
- {
10
- "UserProfiles": [
11
- {
12
- "IamUserArn": "arn:aws:iam::123456789012:user/someuser",
13
- "SshPublicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAkOuP7i80q3Cko...",
14
- "AllowSelfManagement": true,
15
- "Name": "someuser",
16
- "SshUsername": "someuser"
17
- },
18
- {
19
- "IamUserArn": "arn:aws:iam::123456789012:user/cli-user-test",
20
- "AllowSelfManagement": true,
21
- "Name": "cli-user-test",
22
- "SshUsername": "myusername"
23
- }
24
- ]
25
- }
26
-
27
- **More Information**
28
-
29
- For more information, see `Managing AWS OpsWorks Users`_ in the *AWS OpsWorks User Guide*.
30
-
31
- .. _`Managing AWS OpsWorks Users`: http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users-manage.html
32
-
@@ -1,31 +0,0 @@
1
- **To describe a stack's volumes**
2
-
3
- The following example describes a stack's EBS volumes. ::
4
-
5
- aws opsworks --region us-east-1 describe-volumes --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8
6
-
7
- *Output*::
8
-
9
- {
10
- "Volumes": [
11
- {
12
- "Status": "in-use",
13
- "AvailabilityZone": "us-west-2a",
14
- "Name": "CLITest",
15
- "InstanceId": "dfe18b02-5327-493d-91a4-c5c0c448927f",
16
- "VolumeType": "standard",
17
- "VolumeId": "56b66fbd-e1a1-4aff-9227-70f77118d4c5",
18
- "Device": "/dev/sdi",
19
- "Ec2VolumeId": "vol-295c1638",
20
- "MountPoint": "/mnt/myvolume",
21
- "Size": 1
22
- }
23
- ]
24
- }
25
-
26
- **More Information**
27
-
28
- For more information, see `Resource Management`_ in the *AWS OpsWorks User Guide*.
29
-
30
- .. _`Resource Management`: http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html
31
-
@@ -1,14 +0,0 @@
1
- **To detach a load balancer from its layer**
2
-
3
- The following example detaches a load balancer, identified by its name, from its layer. ::
4
-
5
- aws opsworks --region us-east-1 detach-elastic-load-balancer --elastic-load-balancer-name Java-LB --layer-id 888c5645-09a5-4d0e-95a8-812ef1db76a4
6
-
7
- *Output*: None.
8
-
9
- **More Information**
10
-
11
- For more information, see `Elastic Load Balancing`_ in the *AWS OpsWorks User Guide*.
12
-
13
- .. _`Elastic Load Balancing`: http://docs.aws.amazon.com/opsworks/latest/userguide/load-balancer-elb.html
14
-