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

AWS Shield Advanced Enablement - DRT Role #22848

Closed
dawsonpaul opened this issue Jan 31, 2022 · 5 comments
Closed

AWS Shield Advanced Enablement - DRT Role #22848

dawsonpaul opened this issue Jan 31, 2022 · 5 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/shield Issues and PRs that pertain to the shield service.

Comments

@dawsonpaul
Copy link

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 other comments that do not add relevant new information or questions, 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

AWS Terraform Provider doesn’t yet have the function to associate the created shield DRT role with Advanced Shield.

This was raised here some time ago but remains outstanding. It is not possible to complete the Advanced Shield setup without doing this manually in the console

  1. 'Configure AWS SRT Support' :

image

  1. Manually configure final step (missing from the provider):

image

or with:

aws shield associate-drt-role --role-arn arn:aws:iam::XXXXXXXXXXXX:role/shield-drt-role

The $3000 pcm cost of enabling the Shield Advanced service may be prohibitive to its development. As we have Advanced Shield requirement for hundreds of sub-accounts and need this functionality within the organisation, I am happy to work with anyone in developing and testing the provider.

New or Affected Resource(s)

  • aws_shield_drt_role_association

Potential Terraform Configuration

resource "aws_shield_drt_role_association" "shield_drt" {
  role_arn = "${aws_iam_role.shield_drt.arn}"
}

References

*#10319

@dawsonpaul dawsonpaul added the enhancement Requests to existing resources that expand the functionality or scope. label Jan 31, 2022
@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. service/shield Issues and PRs that pertain to the shield service. labels Jan 31, 2022
@wfgamal
Copy link

wfgamal commented Feb 1, 2022

i have the same issue, trying to attach the role with terraform but can't.

@justinretzolk justinretzolk added new-resource Introduces a new resource. and removed needs-triage Waiting for first response or review from a maintainer. labels Feb 1, 2022
@moopsha
Copy link

moopsha commented May 23, 2022

Is there any update on this issue?
I'm trying to automate shield advanced setup using terraform, but there is no proper documentation available.

@UrfTheManatee
Copy link

Is there any update on this?

@ewbankkit
Copy link
Contributor

Closed via #33328.

@github-actions
Copy link

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/shield Issues and PRs that pertain to the shield service.
Projects
None yet
Development

No branches or pull requests

6 participants