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-eks] CfnFargateProfile is missing within the eks library for the resource AWS::EKS::FargateProfile #10368

Closed
com-tr-sitzman-lyle opened this issue Sep 15, 2020 · 2 comments
Assignees
Labels
@aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. guidance Question that needs advice or information. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Comments

@com-tr-sitzman-lyle
Copy link

A low level construct for "AWS::EKS::FargateProfile" appears to be missing
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-fargateprofile.html

Reproduction Steps

Try to construct CfnFargateProfile or look in the eks-1.63.0.jar and see it is missing.

What did you expect to happen?

As per https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib I would expect CfnFargateProfile to exist, due to "CFN Resources are periodically generated from the AWS CloudFormation Resource Specification"

What actually happened?

There is no CfnFargateProfile

Environment

  • Framework Version: 1.63.0
  • Language (Version): Java

This is 🐛 Bug Report

@com-tr-sitzman-lyle com-tr-sitzman-lyle added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Sep 15, 2020
@SomayaB SomayaB changed the title CfnFargateProfile is missing within the eks library for the resource AWS::EKS::FargateProfile [eks] CfnFargateProfile is missing within the eks library for the resource AWS::EKS::FargateProfile Sep 15, 2020
@github-actions github-actions bot added the @aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service label Sep 15, 2020
@iliapolo iliapolo added investigating This issue is being investigated and/or work is in progress to resolve the issue. p1 and removed needs-triage This issue or PR still needs to be triaged. labels Sep 17, 2020
@iliapolo iliapolo changed the title [eks] CfnFargateProfile is missing within the eks library for the resource AWS::EKS::FargateProfile [aws-eks] CfnFargateProfile is missing within the eks library for the resource AWS::EKS::FargateProfile Sep 17, 2020
@iliapolo
Copy link
Contributor

Hi @com-tr-sitzman-lyle

The AWS::EKS::FargateProfile resource was added to CDK just recently in this PR. The CfnFargateProfile construct will be available in the next release.

Note however that we already have an L2 for a FargateProfile that is implemented with a custom resource under the hood.

If there are some capabilities of CfnFargateProfile that are missing from the L2 you can create a feature request.
I've also created this issue to consider using CfnFargateProfile instead of the custom resource.

Thanks

@iliapolo iliapolo added guidance Question that needs advice or information. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed bug This issue is a bug. investigating This issue is being investigated and/or work is in progress to resolve the issue. p1 labels Sep 18, 2020
@github-actions
Copy link

This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

@github-actions github-actions bot added closing-soon This issue will automatically close in 4 days unless further comments are made. closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. guidance Question that needs advice or information. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

No branches or pull requests

2 participants