Submit
Path:
~
/
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
redshift
/
File Content:
create-cluster-security-group.rst
Creating a Cluster Security Group --------------------------------- This example creates a new cluster security group. By default, the output is in JSON format. Command:: aws redshift create-cluster-security-group --cluster-security-group-name mysecuritygroup --description "This is my cluster security group" Result:: { "create_cluster_security_group_response": { "create_cluster_security_group_result": { "cluster_security_group": { "description": "This is my cluster security group", "owner_id": "300454760768", "cluster_security_group_name": "mysecuritygroup", "ec2_security_groups": \[], "ip_ranges": \[] } }, "response_metadata": { "request_id": "5df486a0-343a-11e2-b0d8-d15d0ef48549" } } } You can also obtain the same information in text format using the ``--output text`` option. Command:: aws redshift create-cluster-security-group --cluster-security-group-name mysecuritygroup --description "This is my cluster security group" --output text Result:: This is my cluster security group 300454760768 mysecuritygroup a0c0bfab-343a-11e2-95d2-c3dc9fe8ab57
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
authorize-cluster-security-group-ingress.rst
626 bytes
0644
authorize-snapshot-access.rst
1301 bytes
0644
copy-cluster-snapshot.rst
1049 bytes
0644
create-cluster-parameter-group.rst
650 bytes
0644
create-cluster-security-group.rst
1268 bytes
0644
create-cluster-snapshot.rst
939 bytes
0644
create-cluster-subnet-group.rst
865 bytes
0644
create-cluster.rst
1446 bytes
0644
delete-cluster-parameter-group.rst
222 bytes
0644
delete-cluster-security-group.rst
217 bytes
0644
delete-cluster-snapshot.rst
184 bytes
0644
delete-cluster-subnet-group.rst
329 bytes
0644
delete-cluster.rst
603 bytes
0644
describe-cluster-parameter-groups.rst
981 bytes
0644
describe-cluster-parameters.rst
2217 bytes
0644
describe-cluster-security-groups.rst
1010 bytes
0644
describe-cluster-snapshots.rst
2445 bytes
0644
describe-cluster-subnet-groups.rst
930 bytes
0644
describe-cluster-versions.rst
556 bytes
0644
describe-clusters.rst
2005 bytes
0644
describe-default-cluster-parameters.rst
1310 bytes
0644
describe-events.rst
937 bytes
0644
describe-orderable-cluster-options.rst
1806 bytes
0644
describe-reserved-node-offerings.rst
1499 bytes
0644
describe-reserved-nodes.rst
994 bytes
0644
describe-resize.rst
488 bytes
0644
modify-cluster-parameter-group.rst
840 bytes
0644
modify-cluster-subnet-group.rst
1152 bytes
0644
modify-cluster.rst
945 bytes
0644
purchase-reserved-node-offering.rst
1096 bytes
0644
reboot-cluster.rst
1459 bytes
0644
reset-cluster-parameter-group.rst
282 bytes
0644
restore-from-cluster-snapshot.rst
1281 bytes
0644
revoke-cluster-security-group-ingress.rst
603 bytes
0644
revoke-snapshot-access.rst
1351 bytes
0644
N4ST4R_ID | Naxtarrr