Great video! Could you please reply which theme are you using for the vscode? It looks awesome, thanks!
@shalinireddymolakaseema70163 жыл бұрын
is there any tutorial on how to create AURORA DB?
@TheTeks3 жыл бұрын
I have not recorded one on how to create an Aurora cluster yet
@raveendrareddy53972 жыл бұрын
Is there any video to take snapchat/backup of RDS by using terraform ? Thanks in Advance
@SandeepSingh-hn6it3 жыл бұрын
Sir how to Increase the MySql RDS size from 4xlarge to 16xlager, by automated and scheduling the particular time will increase and particular time will decrease it automatically.
@quinn4793 жыл бұрын
Do you have a link to a repo with your code examples?
@cerritosrules Жыл бұрын
I am getting a connection timed out when I test the connection with DBeaver. Any solutions?
@TheTeks Жыл бұрын
Please make sure your RDS instance is publicly accessible!
@cerritosrules Жыл бұрын
@@TheTeks thanks it works
@TheTeks Жыл бұрын
@@cerritosrules this is not ideal as your database is exposed but for testing and learning purposes, it works. In a real life situation, it would not be publicly accessible and then you would connect to it over SSH using an EC2 instance as a jumpbox
@cerritosrules Жыл бұрын
@@TheTeks oh i see that makes sense, yeah I will remove the publicly accessible later on
@blablablablubhjkhgkj2 жыл бұрын
right?
@Devooz_s3 жыл бұрын
I have created a dB with hardware configuration 4 core . Is it possible to change it to 6 core in azure devops?
@TheTeks3 жыл бұрын
I don't work with Azure, but with AWS
@xavierordonez2484 Жыл бұрын
where is the code?
@vamsitravelworld3 жыл бұрын
please elaborate on parameter group name
@TheTeks3 жыл бұрын
A DB parameter group acts as a container for engine configuration values that are applied to one or more DB instances. If you create a DB instance without specifying a DB parameter group, the DB instance uses a default DB parameter group. Each default DB parameter group contains database engine defaults and Amazon RDS system defaults based on the engine, compute class, and allocated storage of the instance. You can't modify the parameter settings of a default parameter group. Instead, you create your own parameter group where you choose your own parameter settings. Not all DB engine parameters can be changed in a parameter group that you create. Information taken from: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html