CloudFormation - From Zero to Hero!

  Рет қаралды 43,309

Cloudvisor - advanced AWS partner in the Baltics

Cloudvisor - advanced AWS partner in the Baltics

Күн бұрын

Пікірлер: 26
@anandvamsi5141
@anandvamsi5141 Жыл бұрын
Nice explanation for CF, Good Job!!
@amanbagrecha
@amanbagrecha 2 жыл бұрын
Really good explanation. The fundamentals were really necessary and you've done a great job!
@LaimonasGaming
@LaimonasGaming 2 жыл бұрын
Thanks, appreciate feedback :)
@technovice4886
@technovice4886 2 жыл бұрын
Cloudformation appeared scary to me untill I went hrough this...thanks!
@AVISH747
@AVISH747 Жыл бұрын
This is awesome.. was looking out for just this.
@jamilabbasOfficial
@jamilabbasOfficial Жыл бұрын
Thanks for such a great tutorial on cloud formation.
@bmariambete4322
@bmariambete4322 2 жыл бұрын
It was great .Provided with very easy way. Thanks
@LaimonasGaming
@LaimonasGaming 2 жыл бұрын
Great to hear that!
@samirsingh108
@samirsingh108 2 жыл бұрын
Thank You for this useful tutorial. Great explanation with examples.
@amitpadgaonkar8830
@amitpadgaonkar8830 2 жыл бұрын
Thank you for the tutorial. Where can I get the slides?
@bharatkendre9878
@bharatkendre9878 2 жыл бұрын
Thank you very much. Good explanation.
@hakeemshahzadibegum1478
@hakeemshahzadibegum1478 7 ай бұрын
Nice video clip on AWS
@dataslid
@dataslid 2 жыл бұрын
Amazing aws tuts thanks
@maycogarcia4788
@maycogarcia4788 8 ай бұрын
Very good.
@geminishoeland2738
@geminishoeland2738 2 жыл бұрын
hi its help me .kindly suggest me that we can create parameter as a separate stack and from the parameter stack we can create another stack
@yogendarmoola964
@yogendarmoola964 2 жыл бұрын
hi,how to attach a role to existing ec2 instance in cloudformation.
@LaimonasGaming
@LaimonasGaming 2 жыл бұрын
If EC2 was deployed without using CloudFormation, then it is very difficult, advanced AWS CDK usage is required. Better redeploy your EC2 (+ Role) using CloudFormation.
@sangeetagentyal3702
@sangeetagentyal3702 2 жыл бұрын
How to add 'QueueUrl' while giving call to SQS through step function in cloud-formation template?
@datavesr
@datavesr Жыл бұрын
1)First, define an Amazon SQS queue resource: Resources: MyQueue: Type: AWS::SQS::Queue Properties: QueueName: my-queue-name 2)Next, define the AWS Step Functions state machine: Resources: MyStateMachine: Type: AWS::StepFunctions::StateMachine Properties: StateMachineName: my-state-machine-name DefinitionString: Fn::Sub: - | { "Comment": "My state machine", "StartAt": "SendSQSMessage", "States": { "SendSQSMessage": { "Type": "Task", "Resource": "arn:aws:states:::sqs:sendMessage", "Parameters": { "QueueUrl.$": "$.queueUrl", "MessageBody.$": "$.messageBody" }, "End": true } } } - queueUrl: !GetAtt MyQueue.Arn messageBody: "Hello, world!" 3)Finally, define the CloudFormation stack parameters that include the 'QueueUrl': Parameters: QueueUrl: Type: String Default: !GetAtt MyQueue.Arn
@NourAslaoui
@NourAslaoui 3 жыл бұрын
I honestly find Cloudformation templates way more humain-readable than the DOMs
@LaimonasGaming
@LaimonasGaming 3 жыл бұрын
Interesting. I couldn't get used to CF templates after 5 years. AWS CDK for me was the 21st-century discovery.
@mattongbp
@mattongbp 2 жыл бұрын
DOMs are JSON with a lot of difficult syntax and YAML is much easier.
@dhaoubouzayani6571
@dhaoubouzayani6571 3 жыл бұрын
Think you. Can I have the code please ?
@ZahoorKhan-qx6gt
@ZahoorKhan-qx6gt 5 ай бұрын
This is not zero to hero. This is zero to beginner.
@aisimeon
@aisimeon Жыл бұрын
I disagree, yaml is better. use cdk just to read your yml. yes, maybe it will take more time to write a valid yml, but you can test it out immediately, it can be used in any cdk - python, java, etc. devops will understand it easily.
@sauloaccaio
@sauloaccaio Жыл бұрын
too much slowly
What is AWS Cloudformation? Pros and Cons?
16:25
Be A Better Dev
Рет қаралды 144 М.
Andro, ELMAN, TONI, MONA - Зари (Official Audio)
2:53
RAAVA MUSIC
Рет қаралды 8 МЛН
AWS VPC Beginner to Pro - Virtual Private Cloud Tutorial
2:11:42
freeCodeCamp.org
Рет қаралды 683 М.
Deep Dive AWS CloudFormation
38:32
AWS User Group India
Рет қаралды 948
How to Create a VPC Using Cloudformation
1:18:15
AOS Note
Рет қаралды 33 М.
Introduction to Red Hat OpenShift Container Platform
1:02:00
DevSecOps with Gautham
Рет қаралды 177 М.
Terraform Course - Automate your AWS cloud infrastructure
2:20:58
freeCodeCamp.org
Рет қаралды 1,9 МЛН