Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Before you begin

  • Ensure you have the permission to:

    • To create an SNS Topic and,

    • Configure an AWS Config of the region for which, you want to monitor the real-time state change

  • To know more about SNS, refer to your Amazon Web Services documentation.

...

  • Create a new SNS Topic

  • Modify an existing SNS Topic

Create a new SNS Topic  

...

NoteNotes
To retrieve the HyperGrid SQS from the HyperCloud™ Platform:

  1. Login Log in to your HCP portal account.

  2. Navigate to System Settings > config.stream.sqs.arn.
    Example: arn:aws:sqs:us-east-2:<<HyperGridAccountID>>:config-queue

  3. Copy the HyperGrid SQS.

Mail us at support@hypergrid.com if you do not see this information under your System Settings.

...

Modify an existing SNS Topic

...

Notes

  • You will be modifying an existing SNS Topic associated with an ARN for HyperGrid AWS config on your AWS account and in the HCP Portal.

  • To view your SNS Topic on the HCP portal account:

    1. Log in to your HCP portal account.

    2. Navigate to System Settings > config.stream.sqs.arn

...

    1. .
      Example: arn:aws:sqs:us-east-2:<<HyperGridAccountID>>:config-queue

...

...

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.

...

if you do not see this information under your System Settings.

Follow these steps to modify the access policy for an existing SNS Topic and subscribe your HyperGrid SQS to the SNS Topic. To do so, you’ll need to add the following JSON policy:

  1. Sign in to your AWS Management Console.

  2. Open your Amazon SNS Topic.

  3. Click Edit

  4. Add the JSON to your SNS Access policyto subscribe your HyperGrid SQS to SNS topic.

    Code Block
    languagejson
    {
      "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
    
        }
      }
    }

  5. Contact the HyperGrid Support team to help you subscribe the your HyperGrid SQS to the SNS topic created for .

  6. Navigate back to your AWS Config streamon the AWS Management Console.

  7. Return to AWS config and ensure that the AWS config settings are configured to send notifications to this SNS topic config-topicVerify that your AWS Config settings allow notifications to your SNS topic.