Before you begin Ensure you have permissions to create SNS Topic and configure AWS Config for the region you would like to monitor real time state change.
Overview This topic describes the steps to setup an AWS SNS Topic so HyperCloud™ can collect configuration changes and budget triggers. There are 2 ways to configure SNS topics and use them for AWS resources:
- Create a new SNS Topic and configure AWS Config Settings to send notifications to these newly created SNS topics
- Modify an existing SNS topic which are already setup to receive notification from AWS Config
Create a new SNS Topic for Config Stream This topic describes the steps to create a new SNS topic if the AWS Account does not have an existing SNS topic readily available.
Note: Obtain the HyperGrid SQS from *HyperCloud™ Portal System Settings *
config.stream.sqs.arn for example: arn:aws:sqs:us-east-2:<<HyperGridAccountID>>:config-queue. Contact
support@hypergrid.com in case this information is not available.
...
- From the *AWS console SNS* select the SNS Topic and click Edit
- Under the Access policy Add the following JSON to permit HyperGrid SQS to subscribe to SNS topic.
{ "Sid": "__console_sub_0", "Effect": "Allow", "Principal": { "AWS": "*" }, "Action": [ "SNS:Subscribe", "SNS:Receive" ], "Resource": "arn:aws:sns:us-east-1:<<CustomerAccountID>>:Customer-Config-Topic", "Condition": { "StringLike": { "SNS:Endpoint": "arn:aws:sqs:us-west-2:<<HyperGridAccountID>>:HyperGrid-Config-Queue" } } } |
- Notify the HyperGrid Support team to subscribe the HyperGrid SQS to the SNS topic created for AWS Config stream.
- Return to AWS config and ensure that the AWS config settings are configured to send notifications to this SNS topic config-topic
Anchor |
---|
| _Appendix_–_B |
---|
| _Appendix_–_B |
---|
|