Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

213
Views
CloudWatch Alarm : Pending Confirmation

I have created a CW alarm using a CloudFormation Template which looks something like this

MyAlarm:
 Type: AWS::CloudWatch::Alarm
 DependsOn: CodePipelineSNSTopic
 Properties: 
  ActionsEnabled: TRUE
  AlarmActions: 
    - !Ref CodePipelineSNSTopic
  AlarmDescription: DynamoDB-Alarm
  AlarmName: DynamoDB
  DatapointsToAlarm: 1
  Dimensions: 
    - 
      Name: TableName
      Value: APIGroups
  ComparisonOperator: GreaterThanOrEqualToThreshold      
  EvaluationPeriods: 1
  MetricName: ConsumedWriteCapacityUnits
  Namespace: AWS/DynamoDB
  Period: 300
  Statistic: Average
  Threshold: 1

The SNS topic has been subscribed to and email has been confirmed. As seen here

However in the CloudWatch console it says Pending Confirmation What am I doing wrong? Please help me out.

What am I doing wrong

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!