Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: aws_ssm_resource_group #6834

Closed
claydanford opened this issue Dec 12, 2018 · 4 comments
Closed

Feature request: aws_ssm_resource_group #6834

claydanford opened this issue Dec 12, 2018 · 4 comments
Labels
new-resource Introduces a new resource. service/resourcegroups Issues and PRs that pertain to the resourcegroups service. service/ssm Issues and PRs that pertain to the ssm service.

Comments

@claydanford
Copy link
Contributor

claydanford commented Dec 12, 2018

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Please create resource for SSM Resource Group which groups resources via query. This helps with cross account SSM management. Very helpful with patching.

New or Affected Resource(s)

  • aws_ssm_resource_group

Potential Terraform Configuration

resource "aws_ssm_resource_group" "name" {
  group_criteria = "AWS::EC2::Instance"
  name = "Webserver-Group"
  description = "Webserver description"
  type = "tag"

  filter {
    name   = "Name"
    values = ["WebServers"]
  }

  tags {
    Name = "WebServers"
  }
}

References

https://aws.amazon.com/blogs/mt/centralized-multi-account-and-multi-region-patching-with-aws-systems-manager-automation/

  • #0000
@bflad
Copy link
Contributor

bflad commented Dec 12, 2018

Initial Resource Group support is being implemented in #6217. At first glance, I'm unsure if this specific feature request requires separate SSM updates.

@bflad bflad added new-resource Introduces a new resource. service/ssm Issues and PRs that pertain to the ssm service. service/resourcegroups Issues and PRs that pertain to the resourcegroups service. labels Dec 12, 2018
@claydanford
Copy link
Contributor Author

Looks like SSM does not need it's own resource. When I enter the resource group page from console home, it brings me to system manager resource groups. Will reopen if #6217 does not resolve after merging to master.

@fh
Copy link

fh commented Jan 7, 2019

I am part of the team behind AWS Resource Groups - I can confirm that #6217 should solve your need here. While Resource Groups and Systems Manager share a console, there is no SSM-specific requirement to use Resource Groups.

@ghost
Copy link

ghost commented Apr 1, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-resource Introduces a new resource. service/resourcegroups Issues and PRs that pertain to the resourcegroups service. service/ssm Issues and PRs that pertain to the ssm service.
Projects
None yet
Development

No branches or pull requests

3 participants