Тёмный

How To Automatically start/stop EC2 instances with AWS Lambda | Cloudwatch events to manage EC2 

Valaxy Technologies
Подписаться 106 тыс.
Просмотров 51 тыс.
50% 1

DevOps Online Training Registration form: bit.ly/valaxy-form
For Online training, connect us on WhatsApp at +91-9642858583
============ Online Trainings =========
Online Trainings:
DevOps Practitioner Training ► bit.ly/ValaxySMD
DevOps Internship Training ► bit.ly/ValaxyRPT
Interview Preparation Sessions ► bit.ly/ValaxyDIP
Azure DevSecOps Training ► bit.ly/ValaxyADP
CyberSecurity Training ► bit.ly/ValaxyCST
Mean Stack Web Development ► bit.ly/ValaxyMSWD
Python Complete Course ► bit.ly/ValaxyPC
Data Science Training ► bit.ly/ValaxyDSP
Linux Shell Scripting ► bit.ly/ValaxyLSS
Real-time DevOps Project ► bit.ly/ValaxyDRP
Azure Admin Training ► bit.ly/ValaxyAA
============ Udemy Courses =========
AR Shankar Udemy Courses ► bit.ly/udemyshankar
DevOps Workshop-2 ► bit.ly/udemydevopsws
DevOps Project-1 ► bit.ly/udemydevops
Kubernetes microservices ► bit.ly/udemykube
Linux for DevOps ► bit.ly/udemyvinux
Git for DevOps ► bit.ly/udemygithub
Ansible for DevOps Beginners ► bit.ly/udemyansible
Maven for DevOps ► bit.ly/udemymaven
============ Our Other Courses =========
Packages:
Valaxy Ultimate Plan ► bit.ly/ValaxyUP
DevOps AWS and Python ► bit.ly/ValaxyDAP
DevOps AWS and Shell Scripting ► bit.ly/ValaxyDAS
AWS Pack ► bit.ly/ValaxyAP
Other Courses:
DevOps Course ► bit.ly/ValaxyDCC
Azure Administration ► bit.ly/ValaxyAAD
Production Ready Project ► bit.ly/ValaxyPRP
Kuberentes Project ► bit.ly/ValaxyKP
AWS (Amazon Web Services) ► bit.ly/ValaxyAWS
Python Complete Course ► bit.ly/ValaxyPCC
Shell Scripting ► bit.ly/ValaxySS
AWS automation with Boto3 ► bit.ly/ValaxyAWSPythonBoto3
Docker & Kubernetes ► bit.ly/ValaxyDK
Ansible for the DevOps ► bit.ly/ValaxyAD
DevOps Diploma Program ► bit.ly/ValaxyDDP
Valaxy PPTs ► bit.ly/ValaxyPPT
============ Free resources =========
DevOps Resumes ► bit.ly/ValaxyDR
Azure DevOps Resumes ► bit.ly/ValaxyADPR
Tools to learn in DevOps ► • Which DevOps tools sho...
============ Connect with Us =========
Facebook ► bit.ly/devopsgang
Instagram ► bit.ly/valaxyinsta
LinkedIn ► bit.ly/valaxyln
Website ► www.valaxy.in/
► courses.valaxy.in/
#Devops #Valaxy #AWS

Наука

Опубликовано:

 

17 июл 2018

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 126   
@bollurahul
@bollurahul 3 года назад
please post the cloud formation template you used in this video.
@sakshibag1479
@sakshibag1479 3 года назад
If I have set a rule in "config-table" that Ec2 instance should be stopped after office hours (9.00-5.30), Ec2 scheduler changes the state of the instance from "running" to "stopped" after 5.30 pm. Let's say if I start the instance manually again at 6.30 pm . Will the EC2 instance again put the instance in the "stopped" state?
@arig2519
@arig2519 4 года назад
Is "started_by=instance-Scheduler" & started_by=instance-Scheduler" the default tags for starting and stopping the EC2 instances using the Instance Scheduler? I don't see this mentioned anywhere in the AWS document. I tried with my own tags such as "my-ubuntu" or other tags that I have for my EC2 instances but it didn't work.
@AmitRaj-rb9hq
@AmitRaj-rb9hq 3 года назад
What should be the office hours for the Mumbai region in the AWS instance scheduler? I was able to start the instance through yesterday's evening but it was not started today's morning. I was also not able to stop the instance through the AWS instance scheduler. Should I put the start time as 4:30 (10:00 in Mumbai)?
@ovaishumayun7996
@ovaishumayun7996 5 лет назад
Great video, i would like to ask if I run this on the production environment, it will only affect the instances that have tags enable "us-office-hours" and "us-office-hours" only?
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
You define the tags that need to be targeted while during deployment or after directly in the dynamodb tables. Only the schedule tags and instances are appropriately tagged, the automation will effect only those instances.
@chandrasekhar7147
@chandrasekhar7147 5 лет назад
Hi can i automatically take the ebs volume snapshot? With the help of cloud formation template
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
I am not able to comprehend why would you want to do that(even though in a convoluted way it is possible). I think you are mixing up services, strongly recommend you get a good understanding of different services and how to combine to achieve the end result. If you are interested have a look at these - ru-vid.com/group/PLxzKY3wu0_FIpOI_gcpZxra-jz_s_f8S_&app=desktop
@markexequielalba3555
@markexequielalba3555 5 лет назад
Nice tutorial, will this work on EC2 with Windows OS? If yes, if it successfully started the EC2 instance will the volumes needed to manually attach?
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Yes, it works on all EC2 machines (Win/RH/Ubuntu etc., etc.,). This is not OS level Stop this is done at AWS level. So the volumes are retained as-is. If your apps are sensitive, then may need to take additional precaution before the stop time.
@markexequielalba3555
@markexequielalba3555 5 лет назад
@@ValaxyTechnologies thanks for the quick reply.
@dilanjayasekara
@dilanjayasekara 4 года назад
So what we are doing is: Scheduling to turn on the instance from Mon-Fri at 9 (Or whatever the time we initiate in Dynamo DB) and stops at 5pm (17.00), after that period (after 2 mins because we set the frequency for 2mins), It's going to turn off right? If that's the case: My ec2 instance is just stopping right after 2 mins after I create the CF stack. I don't think it properly identifies the start and end time of an instance. I'm confused and I really appreciate if you can troubleshoot this.
@ValaxyTechnologies
@ValaxyTechnologies 4 года назад
Where you creating any instance between 17:00 and 09:00 ?
@dilanjayasekara
@dilanjayasekara 4 года назад
@@ValaxyTechnologies Hey no worries! FIxed it! :) Thanks
@SivarajSiva322
@SivarajSiva322 5 лет назад
Excellent video... I need to integrate for all region, How can I provide "all option" in the region? Please let me know
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
@Sivaraj Siva - I guess, you have missed this segment - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EI9mTrEBOJw.html Go ahead watch it again :)
@iambalu6116
@iambalu6116 5 лет назад
sir, i observe that there is no option to select timezone for india ( UTC +5.30). Please guide
@Thimetolive
@Thimetolive 5 лет назад
How can I add a NEW schedule? I've tried adding a new schedule through DynamoDB but the logs say "schedule name is unknown". If I use one of the templates already in the table it works fine.
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Without knowing what type of item you added, Here is one of the samples we use. =========AN ITEM OF TYPE SCHEDULE============== { "description": { "S": "Office hours as per YOUR Timezone " }, "name": { "S": "schedule01" }, "periods": { "SS": [ "schedule-period-01" ] }, "timezone": { "S": "Europe/Frankfurt" }, "type": { "S": "schedule" } } =========AN ITEM OF TYPE PERIOD================= { "begintime": { "S": "00:00" }, "description": { "S": "Office hours as per Frankfurt Timezone " }, "endtime": { "S": "04:00" }, "name": { "S": "schedule-period-01" }, "type": { "S": "period" }, "weekdays": { "SS": [ "sun" ] } }
@marionluigisahagun6456
@marionluigisahagun6456 4 года назад
hi, question so if i set the period of mon-fri means in sat and sun the instance is still stopped and will start on monday?
@ValaxyTechnologies
@ValaxyTechnologies 4 года назад
Yes
@tushruti
@tushruti 5 лет назад
Is there any way to create custom error log to some file or somewhere else? When there are 100 instances running so it would be convenient to check error log from file rather than using cloudwatch log.Appreciate your help.
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
The Auto Start/Stop Lambda's throw their log to cloudwatch Log Streams. You should be able to view them. You can create custom dashboards on top of those Logs to find the "signal-within-the-noise" (or) You can dig them out from the DynamoDB table that also gets updated with Instance status
@ladiescorner390
@ladiescorner390 6 лет назад
May I know which template you have used. When I searched in google sample template for cloud formation I got topics as result
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
You could also take a look at the description below the video :)
@ladiescorner390
@ladiescorner390 5 лет назад
Valaxy Technologies Thanks
@ladiescorner390
@ladiescorner390 5 лет назад
Valaxy Technologies I have one doubt, in my project we have 120 ec2 instances available, But I want test this feature( automatic stop and start) for 2 instances only. How could I apply this process to only 2 instances
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
The default tag it lambda looks for is "Schedule" - Have a look here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EI9mTrEBOJw.html and then here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EI9mTrEBOJw.html. Add this tag only to those instances.
@ladiescorner390
@ladiescorner390 5 лет назад
Valaxy Technologies start time and stop time means in between start and stop time if istance is not used more than 5 minutes is it will go to stop stage
@MrRaj13aug
@MrRaj13aug 5 лет назад
Hello, I can able to stop and start the ec2 instance but I couldn't able to stop and start the RDS instance. Even I selected both(RDS and EC2) option. please help me on this matter.
@desi97244
@desi97244 5 лет назад
1. I need to specifically pick one RDS instance to stop, I dont want to stop them all. How does the Schedule tag help with this. What should I have as the key value against the RDS instance to ensure that it gets picked? 2. Also the AWS documentation says do not edit the dynamoDB tables directly (docs.aws.amazon.com/solutions/latest/instance-scheduler/components.html) but edit the template. In the aws instance scheduler console I do not find anywhere where I can tag instances or change the start/stop times. So can you help with both of these issues.
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Please refer to the PDF documentation here - aws.amazon.com/solutions/instance-scheduler/ Since this video had been made, AWS had improved their documentation. But still if you want many custom schedules, editing them with scheduler-cli or dynamodb tables are the only options.
@desi97244
@desi97244 5 лет назад
@@ValaxyTechnologies ok, Thanks. In the link you refer under 'Scheduler COnfiguration Table', it says "Do not modify these values in the DynamoDB table" I have the whole para here, " ... When deployed, the AWS Instance Scheduler creates an Amazon DynamoDB table that contains global configuration settings. To modify these global configuration settings after the solution is deployed, update the AWS CloudFormation stack. Do not modify these values in the DynamoDB table. If you modify the values in the DynamoDB table, you will create a conflict between the stored parameters in the stack and the values in the table."
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Perhaps, you are NOT understanding what you are doing and what this solution does. Nor are you reading the document in its entirety. For example, here is the section for schedules "Step 3. Configure Schedules To create a schedule, you can use the Amazon DynamoDB console, the scheduler CLI, or the AWS CloudFormation custom resource." If you would like to engage our professional services to set this up properly, then engage them over them. They will walk you through the setup.
@abhishekraghuvanshi6975
@abhishekraghuvanshi6975 2 года назад
Please share the template link in the comment box. Cloud formation template. Thanks
@k.r.mohanreddyk.r2350
@k.r.mohanreddyk.r2350 6 лет назад
Automatic pickup in CF
@sagarsriva
@sagarsriva 5 лет назад
nice video. why did you skip explaining the cross account role parameter?
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Nopes, I have covered roles so many times in other videos. This video's objective is to demonstrate Automatic Start/Stop of EC2 and stay true to that objective. If you are interested check out this 3 Part Series from #Valaxy - What is Cross Account Access IAM? When do I need Cross Account Role? ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-g0WQIrBLJVs.html
@sathyarajagopinath9624
@sathyarajagopinath9624 5 лет назад
Great session! I have a question for you.... How to stop and start ec2 instances running in sub accounts from root account? Where as we have many 50 sub accounts and each account has 15 ec2 instances running , can we able to control through root account instead of creating schedular in each account? Will it possible....Please let me know and Thank you for the session.
@sameerdontulwar9429
@sameerdontulwar9429 3 года назад
yes , use cross account roles and add the role in CF parameters
@mrjacksparrow8942
@mrjacksparrow8942 9 месяцев назад
Is this service is used now for same purpose?
@itwish3601
@itwish3601 4 года назад
Hi, I followed all steps exactly as shown in video but my instances are not stopping or starting automatically. I changed the time in DynamoDb tables but its not working. Also im not able to sure if e zone is picking correctly. Im using mumbai region but on the DynamoDB the table it still shows UK Office Hours. Please help in correcting the same and to figure out how to correct this. Thanks
@ValaxyTechnologies
@ValaxyTechnologies 4 года назад
Here are some things you can go over, Use UTC timestamps to understand how it all works. Use the correct "Start" and "Stop" tags. Re-Read the documentation. If nothing helps, try to reproduce as shown in the video, without changing anything. IF that works, start customizing it for the region of your choice.
@lokeshjain9541
@lokeshjain9541 6 лет назад
awsome automation.. i need to know how much it cost per month?
@ValaxyTechnologies
@ValaxyTechnologies 6 лет назад
The solution itself is free, you are charged for Your Lambda (frequency) + Dynamo DB costs . Shouldn't be more than 10$/month ( very broad assumptions - One region, lambda running every 5 minutes etc). Do your own testing to find out actual costs for your environment.
@lokeshjain9541
@lokeshjain9541 6 лет назад
Thank you so much..
@vamsikrishna2241
@vamsikrishna2241 3 года назад
How can i get the template ? like you're using at 2.40
@shahebazsayed7526
@shahebazsayed7526 5 лет назад
hello sir , in official document under 5th step there is one more template that is cross account template can you please tell me what's the use of that template?
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
If you want to start/stop instances across multiple accounts you will use that option to list all the account IDs
@shahebazsayed7526
@shahebazsayed7526 5 лет назад
@@ValaxyTechnologiesI have a doubt there's a parameter in the primary template where I need to pass ARN of secondary account role so what Kind of role do i need to create in the secondary account? And also my instance is not getting stop (its running in N.Virginia) and i am using Asia/Kolkata time zone is it possible?
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
All timezones in AWS is usually in UTC. Not all customizations is possible through the Cloudformation template. If you want to customize every aspect of the template, you will have to do it from the dynamodb tables. - for example additional timezone settings, additional schedules etc. You will need a cross-account role.
@shahebazsayed7526
@shahebazsayed7526 5 лет назад
Valaxy Technologies sir but my instance is not getting fetched ivhecked the cloud watch logs there its showng ec2 instance fetched 0 . Even though i i changed my office working hours time in coloumn of dynamo db
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
What "tags" does the instance have? and what tags did you configure in the template? and are you launching the template in the same region as the instances?
@ducpham4408
@ducpham4408 4 года назад
How did u get the Schedule column to display uk-office-hours in your Instances tab? Mine does not have this column.
@ValaxyTechnologies
@ValaxyTechnologies 4 года назад
Some of them are defaults(which gets updated over a period of time) - You can create them directly in dynamo
@sravanvenkatesh5989
@sravanvenkatesh5989 5 лет назад
It would be great if you would have shown how to create the template that is choosen from your system.
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
It is an Amazon template. Lets not re-invent
@jvmusicph
@jvmusicph Год назад
is this applicable on linux ec2?
@viranga1013
@viranga1013 4 года назад
does this trigger to all the instances in the region ? can we customize ?
@ValaxyTechnologies
@ValaxyTechnologies 4 года назад
It only targets the TAGGED instances. Check this out @4:25 - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EI9mTrEBOJw.html
@EduardoMansano
@EduardoMansano 5 лет назад
Hello, I set the time of the company from 6:30 to 19:00 pm from Monday to Friday, but Saturdays need to stay connected from 6:30 am to 14:00 pm, can you configure it that way? Thank you
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Yes, Write two different schedules - For Weekdays, For Weekends
@hiiamragu6238
@hiiamragu6238 4 года назад
Hi ,is there any way to set different time in json input for booting , shutdown and again booting at different time mentioned in json.What are the services to be used? Any solution?.Thank you.
@ValaxyTechnologies
@ValaxyTechnologies 4 года назад
Do take the liberty of checking out other comments - This had been answered plenty of times.
@hiiamragu6238
@hiiamragu6238 4 года назад
@@ValaxyTechnologies hi,thanks for the reply I can't find any comments about that.My question is I want to schedule cloudwatch based on json input where I determined my start/stop/scaling time for instance?
@ValaxyTechnologies
@ValaxyTechnologies 4 года назад
How do plan to input a json to "CloudWatch"? and how are you planning to use it? BTW, Did you mean 'DynamoDB' instead of 'CloudWatch'?
@hiiamragu6238
@hiiamragu6238 4 года назад
@@ValaxyTechnologies hi thanks for the reply, actually in my company there is a task assigned for me 'they said we want to schedule cloudwatch not manually it should be done by reading json file (let's assume we give that input via lamda) after depending on the time given on it shedules are to be assigned automatically on cloudwatch(they strictly said not to assign manually by Cron expression shedule).what do you think it is possible ? Or there is any other solution ?.Thank you.
@ValaxyTechnologies
@ValaxyTechnologies 4 года назад
What you describe is what this solution does - JSON in Dynamo, Cloudwatch on schedule. Cloudwatch->Lambda->JSON(from DDB)>EC2 Action
@divyeshpatel875
@divyeshpatel875 4 года назад
amazing video, can you tell me how can I set specific EC2 and RDS Instances to schedule ? as I dint find selecting any specific resources to schedule, Also for India I am not able to find relevant timezone
@ValaxyTechnologies
@ValaxyTechnologies 4 года назад
Q1 : Tags Q2 : UTC is universal, use that as a reference, if other times are confusing.
@divyeshpatel875
@divyeshpatel875 4 года назад
@@ValaxyTechnologies Thanks for reply, much appreciated !
@divyeshpatel875
@divyeshpatel875 4 года назад
@@ValaxyTechnologies I have applied tags to EC2 instances which are working very well but the same not happening with RDS Instances (set config to BOTH for scheduling, applied tags same as EC2, state table has no any RDS related entry so far)
@ValaxyTechnologies
@ValaxyTechnologies 4 года назад
@@divyeshpatel875 checkout the DDB for RDS instances being identified as managed instances or not, Next step is to pour over the lambda logs and figure out if the RDS instances were identified; as it should be. On a side note, do ensure the tags are compliant (CaSeSeNsItIvE etc.,)
@vijaykumar-qp6qj
@vijaykumar-qp6qj 5 лет назад
To schedule are you using lamda or cloudfomation??
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
I think you are mixing up things. CloudFormation is used to provision resources in AWS, including (but not limited to)Lambda. This automation creates multiple resources - Lambda, DynamoDB, CloudWatch Events etc., The default scheduling configuration is shown here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EI9mTrEBOJw.html , Any customizations from there on will have to be done in the DynamoDB tables. Around this time - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EI9mTrEBOJw.html
@vijaykumar-qp6qj
@vijaykumar-qp6qj 5 лет назад
Ohhh kk thanks for reply really I'm a big fan of your channel really great work,thanks
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
You are welcome. Like & Share
@JitendraKumar-zv5wu
@JitendraKumar-zv5wu 5 лет назад
In this configuration I didn't find where you have pass the ec2 instance id and timing to stop and start... please help
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
The instances are picked up automatically based on tags - Explained here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EI9mTrEBOJw.html
@rajanvashisht6158
@rajanvashisht6158 5 лет назад
what if I want to turn on a bunch of instances tagged differently on a weekly basis? I see this method only supports upto 60 mins
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Add a custom schedule as shown here - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EI9mTrEBOJw.html What do you mean "this method only support upto 60 minutes?"
@rajanvashisht6158
@rajanvashisht6158 5 лет назад
@@ValaxyTechnologies ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EI9mTrEBOJw.html Here the maximum you can select is 60. I believe is this os for after how long this should be running or I am mistaken this with something else. I want to run this schedule weekly, how do I go about that?
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Well you definitely should look into "Cloud Scheduled Events". The CF template is shown to demonstrate functionality and not to cover all use cases. This CF will create a CloudWatch Event for you. Just like they say "YMMV", you should get your hands dirty and customize it , to suit to your needs.
@ac24365
@ac24365 5 лет назад
Great video.I have successfully managed the start/stop instances. Currently after start of instance, I am required to login with remotes desktop to launch Windows Server. I need my Windows Server to launch automatically on start of instance without logging into the Remote Desktop so that the programs keep working without my interference. Can you guide please?
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Multiple Ways, 1 - Most resilient and version controlled way is to trigger SSM Automation Document 2 - Cheeky quick fix way is to load userdata with the required scripts 3 - If you are running any provisioning/config management tools then you can use them to target this instance to start those services after they are alive 4 - Run a lambda maybe? depends on how much you want to get your hands dirty and how robust you want your solution to be.
@ac24365
@ac24365 5 лет назад
@@ValaxyTechnologies Hey. Thanks so much. That was pretty quick. I am not very well versed in Techs. Am looking for some online guide to assist me. All that I need is on every instance start, windows server starts. I already have programs in Windows Startup, which will launch once the Windows starts.Further help would be appreciated. Thanks
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Google god is quite merciful usually:), If you know how to plead your case. Moreover not much skill in our team on windows automation
@ac24365
@ac24365 5 лет назад
@@ValaxyTechnologies Thanks so much :-)
@niteshkas
@niteshkas 4 года назад
How do you manage the start/stop of instances to save cost configured in AutoScaling Group ?
@ValaxyTechnologies
@ValaxyTechnologies 4 года назад
What is the metric you have configured for your "Auto-Scaling" Trigger?
@nagendrareddybandi1710
@nagendrareddybandi1710 5 лет назад
Hi, Can we do this via python script...?
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Yep, You can use boto3 - But why would you want to re-invent the wheel?
@nagendrareddybandi1710
@nagendrareddybandi1710 5 лет назад
what is the template you have downloaded & uploaded here...i.e not clear
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Would you kindly shift your attention to the description for the template :) If you are not familiar with CF Template and stack, you should have a look at them here - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kyGR5WAqx6E.html
@k.r.mohanreddyk.r2350
@k.r.mohanreddyk.r2350 6 лет назад
where put in dev and test instances
@ValaxyTechnologies
@ValaxyTechnologies 6 лет назад
Anywhere in the cloud???? same account? different account? same vpc? different vpc? What do you really mean?
@mohamedabdelhamied8909
@mohamedabdelhamied8909 5 лет назад
Dear i have tried creating the template and followed each and every steps in your video but my instances are not getting starting at the schedule time i am giving in the DynamoDB table, can you please guide me what might be the issue?
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Did you check the timezones are correct? Did you verify that the tags you have mentioned in the tool and in the instances are the same? Did you check the lambda logs to find out what is the issue?
@mohamedabdelhamied8909
@mohamedabdelhamied8909 5 лет назад
@@ValaxyTechnologies dear is there anywhere i can send you the screenshots to see what i have done, as i believe i have done exactly what you have mentioned but might have missed something...
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
You can find our contact information in the channel about us page.
@iambalu6116
@iambalu6116 5 лет назад
sir, where do i specify time interval like on every weekday, instance should start at 9 am and end at 4 pm IST.
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
Did you TRY reading the documentation?
@manicbassa
@manicbassa 2 года назад
Where is the cloudformation code??
@raprap3443
@raprap3443 4 года назад
How much does this solution costs?
@ValaxyTechnologies
@ValaxyTechnologies 4 года назад
Way lesser than any solution you may up implement with the same features.
@chandrashakerm7237
@chandrashakerm7237 5 лет назад
What template did you uploaded. Why don't you explain about template in brief.
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
As i recommend you over the past few months, follow the playlists in order - You are viewing demonstrations which involves understanding of basics, which you seem unfamiliar with. For example, this demo, utilizes heavily cloudformation,lambda,tags,dynamodb. Any amount of explanation of the template will not be helpful without understanding of the concepts Infact, the first 2 minutes of the video explains the functionality in plain english. If you still feel, you need even more help, I suggest you viewing them carefully after covering the topics, i have mentioned above. Once again, try not to attempt demos which combines basic services to produce complex solutions, until you have good understanding of the basics. If all else fails, there are tons of other videos. Good luck.
@channabasavak50
@channabasavak50 11 месяцев назад
Very speed dont understand
@kirtidhamija4742
@kirtidhamija4742 Год назад
Is this just a clickbait for your paid training?
@chandrashakerm7237
@chandrashakerm7237 5 лет назад
Where do mentioned server name or ip address. You are skipping some information.
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
There is no server name or IP address required. Everything works based on tags. The default tag it lambda looks for is "Schedule" - Have a look here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EI9mTrEBOJw.html and then here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EI9mTrEBOJw.html. Add this tag only to those instances.
@josephjohn3089
@josephjohn3089 5 лет назад
@@@ValaxyTechnologies Thanks for the patience and in detail reply
@desi97244
@desi97244 5 лет назад
@@ValaxyTechnologies Is 'Schedule' the name of the tag against those instances, if yes, what should be the value of the tag? If I want 2 schedules for the instances then do I have 2 tags and 2 instance schedulers
@MrRaj13aug
@MrRaj13aug 5 лет назад
Hello, I can able to stop and start the ec2 instance but I couldn't able to stop and start the RDS instance. Even I selected both(RDS and EC2) option. please help me on this matter.
@ValaxyTechnologies
@ValaxyTechnologies 5 лет назад
What troubleshooting have you done so far?
@MrRaj13aug
@MrRaj13aug 5 лет назад
@@ValaxyTechnologies I fixed that issue. Here Two things I come to know. I have deleted the dynamo DB table which previously stored data also removed state value which I enter manually.
Далее
ПРОВЕРИЛ АРБУЗЫ #shorts
00:34
Просмотров 4,6 млн
МИГРАНТ ВА ПОЛИЦИЯ 😂👍
00:12
Просмотров 199 тыс.
빠르게 퇴근가겠습니다 🛟
00:11
Просмотров 1,6 млн
AWS SQS vs SNS vs EventBridge - When to Use What?
22:37
Automate AWS EC2 with Python | DevOps Coding Challenge
16:25
Телефон-електрошокер
0:43
Просмотров 1,1 млн
Colorful Vulcan w rtx 4070ti Super
13:30
Просмотров 63 тыс.
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00