Anwar

Posts

AWS Support for modifying instance sizes

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html#ri-modification-instancemove Modify Reserved Instances PDF Kindle RSS When your needs change, you can modify your Standard or Convertible Reserved Instances and continue to benefit from...

Aws rds import a local MySQL db to RDS db instance

https://stackoverflow.com/questions/11731714/how-do-i-import-a-local-mysql-db-to-rds-db-instance mysql -h host.address.for.rds.server -u rdsusername -p  rdsdatabase < backupfile.sql mysql -h your-mysql-instance.region.rds.amazonaws.com -u db_username -p db_name < backup/path/backupfile.sql  

Aws rds aurora db clusters

Getting started with AWS RDS Aurora DB Clusters Introduction AWS RDS Aurora is an AWS native relational database that is compliant with MySQL as well...

AWS Overview of encrypting Amazon Aurora resources

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Overview.Encryption.html Encrypting Amazon Aurora resources PDF Kindle RSS Amazon Aurora can encrypt your Amazon Aurora DB clusters. Data that is encrypted at rest includes the underlying storage for DB clusters, its automated...

AWS Number of Aurora Capacity Units (ACUs)

Aurora Serverless v1 architecture Database storage automatically scales from 10 gibibytes (GiB) to 128 tebibytes (TiB), the same as storage in a standard Aurora DB cluster. You can...

AWS Known issues and limitations for MySQL on Amazon RDS

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.KnownIssuesAndLimitations.html     Known issues and limitations for working with MySQL on Amazon RDS are as follows. Topics Inconsistent InnoDB buffer pool size Index merge...

Aws Introduction to RDS Proxy

https://www.youtube.com/watch?v=ULRnn6tIYu8   RDS Proxy is a fully managed database proxy for Amazon Relational Database Service (RDS) that makes applications more scalable, more resilient to database...

AWS how to downgrade a aws ec2

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html     As your needs change, you might find that your instance is over-utilized (the instance type is too small) or under-utilized (the instance...

Aws how to create a second database in the same rds instance on aws rds

https://medium.com/@hbayraktar/how-to-create-a-second-database-in-the-same-rds-instance-on-aws-rds-984666b228af   https://aws.amazon.com/premiumsupport/knowledge-center/duplicate-master-user-mysql/ Amazon RDS DB instance that is running MySQL? Last updated: 2020-08-20 I want to have another user with the same permissions as...