Cloudformation template contents visibility.

0

Hey there, I would like to know that In cloudformation, we can see whatever infrastructure we have defined as well as the user data scripts we have written (By navigating to the template plane). But If we publish our template to AWS Marketplace for the broader customer base, Do they also be able to see the contents and script running inside the template? Can someone please throw some light on this. I hope, am able to make my query clear.

thanks

1 Answer
0

Hi,

Yes, the customer using your CFN template in his account will be able to see via the console the full source code of the template and all the live resources that it created as well as all the events that led to those creations.

See the various tabs in the CFN console to have a good understanding of what your customer will see. This transparency is usually beneficial: you want customer to understand what they create in order to be able to predict costs and to be able to debug in case of issues.

Best,

Didier

profile pictureAWS
EXPERT
answered 9 months ago
profile picture
EXPERT
reviewed 9 months ago
  • Thanks for answering so quick, But the user data scripts might contain some sensitive info/logic that the owner don't want to expose.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions