Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Define availability zone as attribute for RDS object to avoid errors #35

Merged
merged 4 commits into from
Feb 23, 2017

Conversation

emmahsax
Copy link

@emmahsax emmahsax commented Feb 23, 2017

Description and Impact

Like in cache_instance.rb and ec2_instance.rb, we need to define what .availability_zone should be for each object. The documentation (linked below) says what each RDS instance has, so we need to define those in ours so that when we call it on line 100 of audit.rb, the objects are ready.

Deploy Plan

Does Platform Operations need to know anything special about this deploy? Are migrations present?

Rollback Plan

  • To roll back this change, revert the merge with: git revert -m 1 MERGE_SHA and perform another deploy.

URLs

http://docs.aws.amazon.com/sdkforruby/api/Aws/RDS/Client.html

QA Plan

  • Test the command on slack
  • Test the command via terminal

@emmahsax
Copy link
Author

QA:

The command now works in terminal:
screen shot 2017-02-23 at 11 32 10 am

And on Slack:
screen shot 2017-02-23 at 11 31 59 am

@production-status-check
Copy link

:octocat: Has QA approval

@emmahsax emmahsax merged commit 0aebb48 into master Feb 23, 2017
@emmahsax emmahsax deleted the define-zones-for-rds-instances branch March 31, 2017 15:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants