mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
aws-mq: add page (#21632)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
committed by
GitHub
parent
d70be4b9e0
commit
3c3f8408a0
@@ -0,0 +1,16 @@
|
||||
# aws mq
|
||||
|
||||
> Define and operate message brokers in AWS.
|
||||
> More information: <https://docs.aws.amazon.com/cli/latest/reference/mq/>.
|
||||
|
||||
- Create a broker:
|
||||
|
||||
`aws mq create-broker --host-instance-type {{instance_type}} --broker-name {{broker_name}} --engine-type {{ACTIVEMQ|RABBITMQ}} {{--publicly-accessible|--no-publicly-accessible}}`
|
||||
|
||||
- List all brokers:
|
||||
|
||||
`aws mq list-brokers`
|
||||
|
||||
- Describe a specific broker:
|
||||
|
||||
`aws mq describe-broker --broker-id {{broker_id}}`
|
||||
Reference in New Issue
Block a user