Тёмный
Ava Tech
Ava Tech
Ava Tech
Подписаться
Ava Tech just let you know the essential. Nothing complicated.
Комментарии
@alicehope9231
@alicehope9231 2 месяца назад
Why is the dbhome directory located in /opt and not in /u01?
@poojapatil2798
@poojapatil2798 6 месяцев назад
Hi J's is there need to change in lambda function. i am confused where to changes in function. Can you please help me for this
@first_zone
@first_zone 9 месяцев назад
Tq ❤❤❤
@HimanshuGolchha-n5h
@HimanshuGolchha-n5h 10 месяцев назад
very helpful! thank you so much
@qiuli_45z
@qiuli_45z 10 месяцев назад
edit /etc/vim/vimrc.tiny , add set nocompatible set backspace=2 saved ,then question solved !!!
@Heldermc04
@Heldermc04 Год назад
This tutorial worked well. Attention to the point (2 Add tcp 1521 port in firewall) port you will user (1521 or 1539) then open the right port in the firewall
@ASHISHPANDEY-eo2py
@ASHISHPANDEY-eo2py Год назад
thank you
@hemantsharma5681
@hemantsharma5681 Год назад
It's not working for MySQL. Can you help to fix this for MySQL rds.???
@usmanghani2750
@usmanghani2750 Год назад
thank you, you make my work easy, jazakallah
@thienpq
@thienpq Год назад
Shit ubuntu. Thanks, it's worked for my problem
@v.shanmugavelan6395
@v.shanmugavelan6395 Год назад
super bro
@swandhan
@swandhan Год назад
when connceting from sql developer getting error Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection (CONNECTION_ID=eIxnf830SjSq+1vzGHAleg==) In terminal error SP2-0667: Message file sp1<lang>.msb not found SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
@jvmusicph
@jvmusicph Год назад
Can I turn off/on multiple rds/ec2 in one schedule with interval???
@Yuri-zo2vg
@Yuri-zo2vg Год назад
Thanks bro
@OldSchools-s
@OldSchools-s 2 года назад
Thanks a lot bro
@imranshaikh9695
@imranshaikh9695 2 года назад
Thanks...
@jashwanthg.m.489
@jashwanthg.m.489 2 года назад
Thank u man, u make my work more easy 👍
@raobilal8395
@raobilal8395 2 года назад
says yum not found Ubuntu LTS 20.04
@ferreira0717
@ferreira0717 2 года назад
what did you do then?
@raobilal8395
@raobilal8395 2 года назад
@@ferreira0717 switched to new Linux
@eakokel
@eakokel 2 года назад
what is this music? :)
@watercolours4526
@watercolours4526 2 года назад
it doesn't work, dislike
@muhammadmushtaq5732
@muhammadmushtaq5732 2 года назад
Thanks so much, you solved my problem.
@nadimnadaf
@nadimnadaf 2 года назад
Thank You Very Much..
@crazyrama6534
@crazyrama6534 2 года назад
HI J's Thanks a lot by sharing this video. It's almost cover my requirement. But i am unable to run by schedule cron job by using default event(event not initiated).Can you help me on that.
@pareshmarathe334
@pareshmarathe334 2 года назад
Thank you so much Buddy.. This tutorial is very helpful..
@madanmohanreddybandiatmaku2506
@madanmohanreddybandiatmaku2506 2 года назад
Bro, can you tell me how to add EBS volume to an existing instances by cloud formation
@poojabhat6090
@poojabhat6090 2 года назад
Hi J's start ec2 is not working for me
@mohammedmahmood9813
@mohammedmahmood9813 2 года назад
nice job, i have no words say you thanks very good. please more videos needed also if you can explain it will be nice thanks
@sergioDGO
@sergioDGO 2 года назад
This also works for Ubuntu 20.04. Thanks.
@howawwe3291
@howawwe3291 3 года назад
THANK YOU. SOMEONE THAT UNDERSTANDS
@theantferdy
@theantferdy 3 года назад
Thanks! It's fixed my problem
@cggirl7481
@cggirl7481 3 года назад
Hi J, thank you so much for your effort. I tried on it. It's working fine. But could u please tell me how can we work on the database which have read replica?
@avatech0715
@avatech0715 3 года назад
I never tried. Do you use Aurora?
@cggirl7481
@cggirl7481 3 года назад
@@avatech0715 no postgres
@cggirl7481
@cggirl7481 3 года назад
I am getting this exception. Exception type: InvalidDBInstanceStateFault; Exception message: An error occurred (InvalidDBInstanceState) when calling the StopDBInstance operation: Cannot stop or start a Read-Replica instance;
@avatech0715
@avatech0715 3 года назад
@@cggirl7481 I can take a look at my code tomorrow afternoon, and will get back to you.
@cggirl7481
@cggirl7481 3 года назад
@@avatech0715 Thank you J
@arunmathuria321
@arunmathuria321 3 года назад
To run same snapshot delete from all the region for a account
@arunmathuria321
@arunmathuria321 3 года назад
Could you please please help me on that
@arunmathuria321
@arunmathuria321 3 года назад
How can we make it multi region
@arunmathuria321
@arunmathuria321 3 года назад
how can we make it multi region
@arunmathuria321
@arunmathuria321 3 года назад
Thanks for sharing . I need your help to fix this code import boto3 ec = boto3.client('ec2', 'ap-south-1') ec2 = boto3.resource('ec2', 'ap-south-1') def lambda_handler(event, context): instance_ids = [] reservations = ec.describe_instances().get('Reservations', []) for reservation in reservations: for instance in reservation['Instances']: Tags = {} for Tag in instance['Tags']: Tags[Tag['Key']] = Tag['Value'] if not 'Patch Group' in Tags: print(instance['InstanceId'] + " does not have patch group tag") elif Tags['Patch Group'] in ['Prod', 'Dev', 'QA']: print(instance['InstanceId'] + " has not correct Patch Group Tag")
@MrDahkilla
@MrDahkilla 3 года назад
Thank you very much. I just provisioned my first EC2 instance using CloudFormation.
@marian6040
@marian6040 3 года назад
Great video. Keep up the good work
@sags3112
@sags3112 3 года назад
can you please show how to download files from S3 bucket to local wind ec2
@sags3112
@sags3112 3 года назад
Perfect video
@DenFri91
@DenFri91 3 года назад
Can i do this using a http proxy?
@edsoncarlospaulo1084
@edsoncarlospaulo1084 3 года назад
thanks
@swapnilps
@swapnilps 3 года назад
👍
@aliffiansyahmaulana
@aliffiansyahmaulana 3 года назад
can we do it the other way? making the resource first and then create the cloudformation?
@rajashreeyeole6658
@rajashreeyeole6658 3 года назад
Thank you so much it's a very useful for me.. thank you
@AndreMusic2000
@AndreMusic2000 4 года назад
Thanks. This help with the backspace problem as well. Thank you!
@gowreeshsn5730
@gowreeshsn5730 4 года назад
Thank you so much bro. you have done a great job.
@vitorhugopanizzadossantos7635
@vitorhugopanizzadossantos7635 4 года назад
How about the SQLSERVER, for it work you need include the engine name into a python code, for example, print the variable 'instance_rds' to describe what the engine it is using, in my case, i m using the mssql express edition, the engine name is 'sqlserver-ex', then my code was like this: try: if instance_rds['Engine'] in ['mysql', 'mariadb', 'postgres', 'sqlserver-ex'] or 'oracle' in instance_rds['Engine']: then it is working fine. :).
@anupamaayangar4875
@anupamaayangar4875 4 года назад
Please can someone suggest: When entering the command it just shows a list of errors and ends up. My linux version is 16.04.6 LTS which I m running using virtual box. So please answer if its because of the old version or virtual system problem this solution is not working out in for me and if so then can you suggest another solution for the same.
@milpas999
@milpas999 4 года назад
Thank you..... quick fix..