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

Getting "The following resource types are not supported for resource import: AWS::CloudWatch::Dashboard,AWS::Lambda::Permission" error while trying to use this stack #3

Closed
eranyo opened this issue Oct 5, 2020 · 2 comments

Comments

@eranyo
Copy link

eranyo commented Oct 5, 2020

Hi

I used this CloudFormation in the past and it worked perfectly.
I tried to use it again today in another account and i'm getting the next error after uploading the template : The following resource types are not supported for resource import: AWS::CloudWatch::Dashboard,AWS::Lambda::Permission

Its seems that AWS::CloudWatch::Dashboard,AWS::Lambda::Permission are no longer supported by CloudFormation.
Someone can advice which resource I can use instead, because this dashboard is very useful ?

Thanks,
Eran.

@eranyo eranyo changed the title Getting "The following resource types are not supported for resource import: AWS::CloudWatch::Dashboard,AWS::Lambda::Permission" error while try to use this stack Getting "The following resource types are not supported for resource import: AWS::CloudWatch::Dashboard,AWS::Lambda::Permission" error while trying to use this stack Oct 5, 2020
@xonor
Copy link
Contributor

xonor commented Oct 7, 2020

Hey Eran,

Thank you for reaching and sorry to hear about the issue you are having.

It appears that you are trying to use the Import feature in CloudFormation to launch the stack.
The Import feature does not support some of the essential resources of the Amazon EC2 Global Dashboard.

Can you please try again to launch the stack but choose 'standard' instead of 'import resources'.
Screen Shot 2020-10-07 at 4 29 48 PM

Resources that support import and drift detection operations:
-- https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html

I'm delighted to hear that you think the dashboard is useful.
Hoping to push some new features soon which you might find even more useful.

If you have any further questions or concerns, please let me know and I'll gladly help.

Kind regards,
Conor

@eranyo
Copy link
Author

eranyo commented Oct 11, 2020

Hey Conor,

Thanks for your reply. I tried it again with the Standard option and it passed successfully.
I don't know why i selected the import option .... :-)

This dashboard is very useful and i'll be to see new features.

BR,
Eran.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants