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

Issue #5513 aws_emr_cluster is not supporting st1 type EBS volumes #5534

Merged
merged 2 commits into from
Aug 16, 2018

Conversation

saravanan30erd
Copy link
Contributor

Fixes #5513

Even though API documentations says volume types supported are gp2, io1, standard (https://docs.aws.amazon.com/emr/latest/APIReference/API_VolumeSpecification.html), looks like it supports st1 volume type.
https://aws.amazon.com/blogs/aws/amazon-ebs-update-new-cold-storage-and-throughput-options/

Output from acceptance testing:

$ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSEMRCluster_instance_group_EBSVolumeType_st1'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -run=TestAccAWSEMRCluster_instance_group_EBSVolumeType_st1 -timeout 120m
=== RUN   TestAccAWSEMRCluster_instance_group_EBSVolumeType_st1
--- PASS: TestAccAWSEMRCluster_instance_group_EBSVolumeType_st1 (616.63s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	616.670s
...

@ghost ghost added the size/L Managed by automation to categorize the size of a PR. label Aug 13, 2018
@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. service/emr Issues and PRs that pertain to the emr service. labels Aug 13, 2018
Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @saravanan30erd! 🚀

17 tests passed (all tests)
=== RUN   TestAccAWSEMRCluster_basic
--- PASS: TestAccAWSEMRCluster_basic (420.76s)
=== RUN   TestAccAWSEMRCluster_keepJob
--- PASS: TestAccAWSEMRCluster_keepJob (447.10s)
=== RUN   TestAccAWSEMRCluster_Step_Basic
--- PASS: TestAccAWSEMRCluster_Step_Basic (457.50s)
=== RUN   TestAccAWSEMRCluster_instance_group_EBSVolumeType_st1
--- PASS: TestAccAWSEMRCluster_instance_group_EBSVolumeType_st1 (477.56s)
=== RUN   TestAccAWSEMRCluster_configurationsJson
--- PASS: TestAccAWSEMRCluster_configurationsJson (507.15s)
=== RUN   TestAccAWSEMRCluster_custom_ami_id
--- PASS: TestAccAWSEMRCluster_custom_ami_id (528.68s)
=== RUN   TestAccAWSEMRCluster_Kerberos_ClusterDedicatedKdc
--- PASS: TestAccAWSEMRCluster_Kerberos_ClusterDedicatedKdc (539.28s)
=== RUN   TestAccAWSEMRCluster_additionalInfo
--- PASS: TestAccAWSEMRCluster_additionalInfo (546.37s)
=== RUN   TestAccAWSEMRCluster_terminationProtected
--- PASS: TestAccAWSEMRCluster_terminationProtected (549.19s)
=== RUN   TestAccAWSEMRCluster_bootstrap_ordering
--- PASS: TestAccAWSEMRCluster_bootstrap_ordering (559.15s)
=== RUN   TestAccAWSEMRCluster_instance_group
--- PASS: TestAccAWSEMRCluster_instance_group (579.87s)
=== RUN   TestAccAWSEMRCluster_security_config
--- PASS: TestAccAWSEMRCluster_security_config (598.24s)
=== RUN   TestAccAWSEMRCluster_s3Logging
--- PASS: TestAccAWSEMRCluster_s3Logging (662.02s)
=== RUN   TestAccAWSEMRCluster_root_volume_size
--- PASS: TestAccAWSEMRCluster_root_volume_size (762.12s)
=== RUN   TestAccAWSEMRCluster_tags
--- PASS: TestAccAWSEMRCluster_tags (891.84s)
=== RUN   TestAccAWSEMRCluster_visibleToAllUsers
--- PASS: TestAccAWSEMRCluster_visibleToAllUsers (920.35s)
=== RUN   TestAccAWSEMRCluster_Step_Multiple
--- PASS: TestAccAWSEMRCluster_Step_Multiple (1240.80s)

@bflad bflad merged commit d2086d4 into hashicorp:master Aug 16, 2018
@bflad bflad added this to the v1.32.0 milestone Aug 16, 2018
bflad added a commit that referenced this pull request Aug 16, 2018
@bflad
Copy link
Contributor

bflad commented Aug 16, 2018

This has been released in version 1.32.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@ghost
Copy link

ghost commented Apr 4, 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 4, 2020
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. service/emr Issues and PRs that pertain to the emr service. size/L Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws_emr_cluster is not supporting st1 type EBS volumes
2 participants