↧
Firewall and DB2
If you are wanting to connect to the EC2 instance that has the DB2 Go Sales database from your desktop then you might have to allow that through both AWS security group and Windows Firewall. Add a new...
View ArticleLinks to AWS getting started
AWS Intro Series Self paced labs (Some are free) Architecting for the cloud Security Best Practices Building Fault Tolerant Applications AWS Icons & images...
View ArticleRDS Log files
import boto3 client = boto3.client('rds') response = client.describe_db_instances() instances = response.get('DBInstances') for instance in instances: dbidentifier =...
View Article