Recently, I have gotten involved in a project where, among other things, we needed to create EC2 instances from a web application.
We are using CloudFormation templates to create VPC with public and private subnets, Internet gateway, Security Groups, NACLs, etc.
We have decided to have separate stacks for network infrastructure, servers, ELB and auto-scalers, and we are also considering a separate security stack.
What makes this possible is using the cross-stack reference option.
“To create a cross-stack reference, use the Export output field to flag the value of a resource output for export. Then, use the Fn::ImportValue intrinsic function to import the value”
So simply put, you create a new stack where you import values from a parent stack where those same values are exported in the “Outputs” section.
In this example, I am exporting values from my main template to be consumed later by my EC2 instances template:
"Outputs" : { "PrivateSubnet" : { "Description" : "The subnet ID to use for web servers behind an ELB", "Value" : { "Ref" : "PrivateWebServer1" }, "Export" : { "Name" : {"Fn::Sub": "${AWS::StackName}-SubnetID" }} }, "BasicSecurityGroup" : { "Description" : "The security group ID to use for private web servers", "Value" : { "Fn::GetAtt" : ["BasicSecurityGroup", "GroupId"] }, "Export" : { "Name" : {"Fn::Sub": "${AWS::StackName}-SecurityGroupID" }} } }
Notice that I am first referencing the value that need to be exported using the “Ref” function.
Next, I am using the Export parameter to export the SubnetID, and in the next declaration the SecurityGroupID of a Stack Name.
Using the Fn-Sub function, I am substituting the $(AWS::StackName) variable with an input parameter.
This Parameter is defined in our Parameters section of the child template:
“"Parameters": { "NetworkStackName": { "Description": "Name of an active CloudFormation stack that contains the networking resources, such as the subnet and security group, that will be used in this stack.", "Type": "String", "MinLength" : 1, "MaxLength" : 255, "AllowedPattern" : "^[a-zA-Z][-a-zA-Z0-9]*$", "Default" : "Your-Parent-Template" } }
This is the complete child stack that will import values from its parent stack:
{ "AWSTemplateFormatVersion": "2010-09-09", "Description" : "CF stack to create an EC2 instance, with Parent VPC name as parameter", "Parameters": { "NetworkStackName": { "Description": "Name of an active CloudFormation stack that contains the networking resources, such as the subnet and security group, that will be used in this stack.", "Type": "String", "MinLength" : 1, "MaxLength" : 255, "AllowedPattern" : "^[a-zA-Z][-a-zA-Z0-9]*$", "Default" : "MyVPC3" } }, "Resources": { "WebServer": { "Type": "AWS::EC2::Instance", "Properties": { "InstanceType" : "t2.micro", "ImageId" : "xxxxxxxx", "KeyName" : "xxxxxxxxx", "NetworkInterfaces": [ { "AssociatePublicIpAddress": "false", "DeviceIndex": "0", "GroupSet" : [{ "Fn::ImportValue" : {"Fn::Sub": "${NetworkStackName}-SecurityGroupID" } }], "SubnetId":{ "Fn::ImportValue" : {"Fn::Sub": "${NetworkStackName}-SubnetID" } } } ] } } } }
when the child stack is ran, it will create an EC2 machine inside the VPC and subnet created in the parent stack, and assign it the appropriate security group.
After testing that everything works, now it’s time to create an EC2 instance from a web application.
We will use PHP, and the well documented AWS SDK for PHP.
Best way to install the SDK is to use Composer.
Go through the trouble of installing it because it’s worth it. You won’t have to worry about troubleshooting issues with dependencies, because composer takes care of that.
I am using PHP with IIS on a windows server.
Download the exe file, and install composer. Check if it’s installed:
Next, install the PHP SDK by following these instructions, and run the following command from the vendor directory of your PHP project: (If PHP binary is not in your path, then specify the full command path)
php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
To use the PHP SDK for any AWS service, you will need to first start with creating a client. For more information on how to get started with calling an AWS service API, read this guide:
“The basic usage pattern of the SDK is that you instantiate a Client object for the AWS service you want to interact with“
My Cloudformation service client looks like this: (You can use credentials online, or use a profile in your credentials file. For security, use profiles!)
<?php require 'C:\awscf\vendor\autoload.php'; //Create a client use Aws\CloudFormation\CloudFormationClient; $client = CloudFormationClient::factory(array( 'region' => 'us-east-1', 'credentials' => [ 'key' => 'xxxxxxxxxxxxxxxxxxx', 'secret' => 'xxxxxxxxxxxxxxxxxxxx', ], )); // Create your stack stored on S3 that imports data from your network stack $result = $client->createStack(array( // StackName is required 'StackName' => 'Webserver1', 'TemplateURL' => 'https://s3.amazonaws.com/yourbucket/yourfile.template', )); ?>
Very straight forward way of creating a stack from your PHP web application. We have only used 2 elements of the array to keep it simple, but you are welcome to take advantage of the full capabilities of the API call.
For example, you could pass on your parameter of parent stack name to the child CF stack, instead of using the default.
I hope you found this article helpful to get you started quickly with using the AWS cloudformation PHP SDK.
What’s up to all, for the reason that I am
genuinely eager of reading this blog’s post to be updated daily.
It carries good material.
Asking questions are in fact pleasant thing if you are not understanding something fully, but this paragraph presents good understanding yet.
Thanks , I’ve recently been searcying for information aboout
this topic for a while and yours iss the greatest I have
came upon tilll now. However, what about the conclusion? Aree you sure in regards to thee
supply?
website
bursa travestileri bursa travestileri
Superb blog! Do you have any suggestions for aspiring writers?
I’m planning to start my own site soon but I’m a little los on everything.
Would you propose starting with a free platform like WordPress or
go for a paid option? There are so many options out there that I’m totaally overwhelmed
.. Any tips? Bless you!
Thanks for sharing your thoughts about หนัง. Regards
Great delivery. Sound arguments. Keep up the good spirit.
online porn video
Remarkable! Its truly awesome post, I have got mych clear idea
regarding from thus paragraph.
Intersex News, Intersex News
Can you tell us more about this? I’d want to find out more details.
istanbul travestileri istanbul travestileri
Good web sitte you have here.. It’s hard to find quality writing like
yours nowadays. I really appeciate individuals like you!Take care!!
Hi there, just wanted to mention, I liked this
post. It was practical. Keep on posting!
ankara travesti ankara travesti
Very good article! We are linking to this great content on our site.
Keep up the great writing.
LGBTI News, LGBTI News
I couldn’t refrain from commenting. Well written!
I know this if off topic but I’m looking into starting my own weblog and was wondering what all is needed to get setup?
I’m assuming having a blog like yours would cost a pretty penny?
I’m not very web savvy so I’m not 100% sure.
Any tips or advice would be greatly appreciated. Many
thanks
Hello friends, nice post and fastidious arguments commented here,
I am in fact enjoying by these.
istanbul travestileri istanbul travestileri
online porn video
Good day! I know this is kinda off topic however , I’d figured I’d ask.
Would you be interested in exchanging links or maybe guest authoring a blog post or vice-versa?
My website covers a lot of the same topics as yours
and I feel we could greatly benefit from each other.
If you happen to be interested feel free to send me an e-mail.
I look forward to hearing from you! Awesome blog by the way!
Thank you for the good writeup. It actually was once
a enjoyment account it. Look complicated to far added agreeable from you!
By the way, how can we communicate?
Hello there, You have done an incredible job. I will definitely digg it and personally recommend
to my friends. I’m confident they’ll be benefited from this web site.
Admiring the time and effort you put into your website and detailed information you offer.
It’s nice to come across a blog every once in a while
that isn’t the same old rehashed material.
Fantastic read! I’ve bookmarked your site and I’m adding your
RSS feeds to my Google account.
Bisexual News, Bisexual News
izmir travesti izmir travesti
zythromax
تعمیر لباسشویی 8 کیلویی و تعمیر لباسشویی ناسیونال در شیراز و تعمیر
یخچال پروفایل در اصفهان
Hello there, just became alert to your blog through Google, and found that it’s really informative.
I’m gonna watch out for brussels. I will appreciate if you continue this in future.
Lots of people will be benefited from your writing. Cheers!
istanbul travesti istanbul travesti
online dissertation writing
disertation
dissertation editing services
where to buy lisinopril 2.5 mg
I am extremely impresswed wth your writing skills and also with the layout on your
blog. Is this a paid theme or did you modify it yourself?
Either way keep up the nice quality writing,
it is rare to see a nice blog like ths onne today.
Top Things One Should Know About Uѕing CBD For Menstrual Cramps
Also visit my web pagе Post Format Heading Phasellus Volutpat Loremeget Mauris Ultricesnon Scelerisque Tellus Volutpat.
LGBTI News, LGBTI News
istanbul travesti istanbul travesti
Thank you, I have just been searchimg for information approximately this topic for
a lonhg time and yours is thhe grwatest I’ve came upon so far.
But, what in regards to the bottom line? Are you certain about the source?
Wow! After all I got a website from where I be capable of
in fact obtain valuable data concerning my study and knowledge.
izmir travestileri izmir travestileri
Lesbian News, Lesbian News
I enjoy reading a post that wikl make people think. Also,
tthanks for allowing me to comment!
Feel free tto visit my site: How To Manifest Your Dreams Into Reality
Very nice post. I just stumbled upon your blog and wanted
to say that I have really enjoyed browsing your blog posts.
In any case I will be subscribing to your rss feed and I hope you write again soon!
Hߋw 7 Ways To Take CBD: Which Is The Best Method? Find the Best CBD
Store Online?
tadalafil online us
электро рохля с подъемным механизмом
http://samokhodnyye-elektricheskiye-telezhki.ru
Are Υour Hormones Safe with Consumption ⲟf Ultimate Guide To Selfcare And CBD?
izmir travestileri izmir travestileri
you’re in reality a just right webmaster. The web site loading speed is incredible.
It seems that you are doing any distinctive trick.
In addition, The contents are masterwork. you’ve done a wonderful activity in this matter!
Be Aware of 10 Reasons Why Joy Organics’ Salve Is The Perfect CBD Lip Balm Possibility
ⲟf CBD Interacting ᴡith Cеrtain Prescription Medication
LGBT News, LGBT News
These are really great ideas in concerning blogging.
You have touched some fastidious points here. Any way keep up wrinting.
how to get prednisone over the counter
misoprostol online south africa
istanbul travestileri istanbul travestileri
ƊOES Find Your CBD Match Based On Your Musical Genre OIL ᎻELP GASTRITIS & GASTRIC ULCERS
Hi to every one, the contents existing at this web site
are actually awesome for people knowledge, well, keep up the good work
fellows.
online porn video
izmir travestileri izmir travestileri
Peculiar article, totally what I was looking for.
benicar discount
LGBT News, LGBT News
How Doeѕ CBD Oil Helρ Cannabis In The Netherlands Lowering Blood Pressure
top us online casino
best welcome bonus online casino
bingo gamble
izmir travestileri izmir travestileri
I don’t even know how I ended up here, but I thought this
post was great. I do not know who you are but certainly you’re going to a famous blogger if
you aren’t already 😉 Cheers!
Helpful info. Fortunate me I found your site unintentionally, and I am stunned why this coincidence didn’t happened in advance!
I bookmarked it.
each time i used to read smaller articles or reviews which as well clear their motive,
and that is also happening with this article which I am
reading at this place.
What’s up it’s me, I am also visiting this web site on a regular basis, this web page is in fact pleasant and the users are genuinely sharing good thoughts.
Nice weblog here! Additionally your website so much up fast!
What host are you thhe uuse of? Cann I get your
affiliate link to your host? I desire my web sijte loaded upp as fast aas
yours lol
Bisexual News, Bisexual News
bursa travesti bursa travesti
Greetings from Carolina! I’m bored at work so I decided
to check out your website on my iphone during lunch break.
I enjoy the knowledge you provide here and can’t wait
to take a look when I get home. I’m amazed
at how quick your blog loaded on my phone .. I’m not even using WIFI, just 3G ..
Anyways, awesome site!
Here is my site :: webace.ch
over the counter paroxetine pills
best canadian mail order pharmacies
finasteride prescription
buy azithromycin canada
nolvadex 20mg for sale
I have been surfing online more than 2 hours today, yet I never found any interesting article like yours.
It’s pretty worth enough for me. In my opinion, if all site
owners and bloggers made good content as you did, the web will be much more useful than ever before.
istanbul travestileri istanbul travestileri
online celexa
Bisexual News, Bisexual News
izmir travestileri izmir travestileri
generic viagra soft tabs
Gay News, Gay News
istanbul travestileri istanbul travestileri
medication lexapro 10 mg
I was curious if you ever considered changing the structure of your site?
Its very well written; I love what youve got to say. But
maybe you could a little more in the way of content so people could connect with it better.
Youve got an awful lot of text for only having one or 2 images.
Maybe you could space it out better?
Amazing issues here. I’m very satisfied to look your post. Thanks
a lot and I am looking ahead to contact you.
Will you kindly drop me a mail?
istanbul travesti istanbul travesti
inderal medication
LGBT News, LGBT News
Hey! I’m at work browsing your blog from my new apple iphone!
Just wanted to say I love reading through your blog and look forward to
all your posts! Keep up the superb work!
Its like you learn my mind! You seem to grasp so much approximately this,
such as you wrote the e book in it or something. I feel
that you could do with some % to power the message
home a bit, but other than that, that is fantastic blog. An excellent read.
I’ll certainly be back.
Hi, I want to subscribe for this weblog to get newest
updates, so where can i do it please help.
Wow, that’s what I was exploring for, what a data! present
here at this weblog, thanks admin of this site.
Also visit my website … about
istanbul travesti istanbul travesti
nolvadex price in india online
Queer News, Queer News
Unquestionably consider that which you stated. Your favourite reason appeared to be on the net the easiest factor to remember of.
I say to you, I definitely get irked even as people consider worries that they just do not
know about. You controlled to hit the nail upon the highest and also defined out the entire thing
without having side-effects , other people could take a signal.
Will likely be again to get more. Thank you
I would like to thank you for the efforts you have put in writing this website.
I am hoping to see the same high-grade blog posts from you later on as well.
In truth, your creative writing abilities has encouraged me to get my
own blog now 😉
bursa travestileri bursa travestileri
istanbul travestileri istanbul travestileri
It’s the best time to make a few plans for the
longer term and it’s time to be happy. I’ve read this submit
and if I may I want to counsel you few fascinating issues
or tips. Maybe you could write subsequent articles referring
to this article. I want to learn even more issues about it!
Appreciate the recommendation. Let me try it out.
Really no matter if someone doesn’t understand
then its up to other visitors that they will help,
so here it happens.
Wow, incredible blog format! How lengthy have you ever been running a blog for?
you made blogging look easy. The whole glance of your website is great, as neatly as the content material!
trazodone 50mg coupon
istanbul travestileri istanbul travestileri
Gay News, Gay News
I am sure this post has touched all the internet viewers, its really really pleasant post on building up new web
site.
This piece of writing will assist the internet visitors for building up new
website or even a blog from start to end.
Hi there, I think your web site could possibly be having internet browser compatibility
issues. When I look at your blog in Safari, it looks fine however,
when opening in Internet Explorer, it’s got some overlapping issues.
I simply wanted to provide you with a quick heads up!
Aside from that, excellent website!
hello!,I really like your writing so so much! percentage we
keep up a correspondence extra about your post
on AOL? I require an expert in this space to unravel my problem.
Maybe that’s you! Taking a look ahead to peer you.
Here is my webpage; ซื้อหวยออนไลน์
I am really enjoying the theme/design of your web site.
Do you ever run into any internet browser compatibility problems?
A few of my blog audience have complained about my blog not operating correctly
in Explorer but looks great in Firefox.
Do you have any ideas to help fix this problem?
Eu não tenho como saber se seria só comigo ou se alguém encontrou algum problema com seu site.
Parece como que alguns dos textos em seu conteúdo está
aparecendo fora da tela. Pode alguém por favor comentar para eu
saber se isso está acontecendo só comigo. porque pode
ser um problema com meu navegador web, eu vi acontecer a mesma coisa com outro blog anteriormente.
Desde já agradeço!
Great site. Lots of useful information here. I’m sending it to a
few buddies ans additionally sharing in delicious. And obviously, thanks for your sweat!
Thank you for any other informative web site. The place
else may just I am getting that type of info written in such a perfect method?
I have a undertaking that I’m simply now working on, and I have
been at the glance out for such information.
Have youu ever thought about adding a little bit more thann just your
articles? I mean, what yoou say iss important and all.
However imagine if you addewd some great ikages or video clips to
give your posts more, “pop”! Your content is excellent but with pics and videos, this blog could
definitely be oone of the most beneficial in its niche.
Awesome blog!
penis enlargement
Hmm is anyone else encountering problems with the images onn tthis blog loading?
I’m trying tto figure out if its a problem on my end or iff it’s the
blog. Any feedback would be greatly appreciated.
My web blog; Cpc Certification – Examenhub.Com,
payday loan
My spouse and I stumbled over here from
a different web address and thought I might check things out.
I like what I see so now i am following you.
Look forward to finding out about your web page again.
It’s very trouble-free to find out any topic on web as compared to
textbooks, as I found this paragraph at this website.
antabuse pills online
It’s not my first time to pay a quick visit this
website, i am visiting this site dailly and ake good data
from here all tthe time.
albuterol 0.5
I don’t even know how I ended up here, but I thought this post was good.
I don’t know who you are but definitely you are going to a famous blogger if you are not already
😉 Cheers!
my page; เครื่องกำจัดเศษอาหาร
First off I want to say great blog! I had a quck question thhat I’d
like to ask if you ddo not mind. I was curious to find out how
you center yourself and clear your head ptior to writing.
I have had a tough time clearing my thoughts in getting my ideas out there.
I truly do enjoy writing but it just seems like the
first 10 to 15 minutes are wasted simply just trying to figure
out how to begin. Any recommendations or tips?
Cheers!
Way cool! Some very valid points! I appreciate
you writing this post and also the rest of the website is really good.
Wonderful post but I was wondering if you could write a litte more on this topic?
I’d be very grateful if you could elaborate
a little bit further. Cheers!
vermox 100
I must thank you for the efforts you’ve put in writing this
site. I am hoping to view the same high-grade content from you later
on as well. In fact, your creative wriging abilities has motivated me to get my
own, personal blog now 😉
azithromycin 500mg price in india
rutgers dissertation proposal help
what is dissertation
citing a dissertation mla
Thank you, for those who want to visit our news site… LGBTI News, LGBTI News
bursa travesti bursa travesti
Hello every one, here every one is sharing such
knowledge, therefore it’s good to read this blog, and
I used to go to see this webpage everyday.
My web blog – rb88
Helpful information. Lucky me I found your weeb sitge by accident, annd I’m surprised whhy this accident did nott happened earlier!
I bookarked it.
Hello, Neaat post. There’s a problem together witfh your website in internet
explorer, might test this? IE nonetheless is the marketplace chief and a
good portion of people will omit your wonderful writing due to this problem.
online porn video
With havi so much content and articles do you ever run into any issues of plagorism or copyright infringement?
My bog has a lot of unique content I’ve either created myself or outsourced but it looks like a lott of it is popping it up all over the web without my agreement.
Do you knopw anny techniques tto help reduce content from
being stolen? I’d rrally appreciate it.
I used tto be recommended this blog by way of my cousin. I’m
not positive whether this publish iis written by means of him as nobody else recognize such distinct approximately my difficulty.
You are incredible! Thank you!
Hi there, I found your web site via Google even as searching for a similar subject, your website came up,
it appears to be like great. I have bookmarked it in my google
bookmarks.
Hello there, simply turned into aware of your blog thru Google, and
found that it is really informative. I am gonna be careful
for brussels. I’ll be grateful if you happen to proceed this in future.
Numerous other folks can be benefited from your writing. Cheers!
I’m curious to find out what blog system you’re using?
I’m experienhing some mjnor security problems with my latest sige andd I would like to find something more safeguarded.
Do you have any suggestions?
Hey I know this is off topic but I was wondering if you knew of
any widgets I could add to my blog that automatically tweet my newest twitter updates.
I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this.
Please let me know if you run into anything.
I truly enjoy reading your blog and I look forward
to your new updates.
Thank you, for those who want to visit our news site… LGBTI News, LGBTI News
ankara travestileri ankara travestileri
I believe that is among the soo much significant info forr
me. And i am happy reading your article. However should statement onn some normal things, The web site taste iis great,
the articles is in reality gteat : D. Excellent
job, cheers
Hello mates, fastidious post and pleasant arguments commented at this place, I am truly enjoying by these.
I couldn’t resist commenting. Perfectly written!
Thank you, for those who want to visit our news site… LGBT News, LGBT News
ankara travestileri ankara travestileri
What a data of un-ambiguity and preserveness of precious experience on the topic of
unpredicted emotions.
News
Yes! Finally someone writes about dstv installation durbanville.
Thank you, for those who want to visit our news site… LGBT News, LGBT News
bursa travesti bursa travesti