Category: IT-Tips&Tricks

0

S3 Copy Command

It’s just some quick command if you would like to copy to and from S3. aws s3 ls s3://mys3bucket/folder/subfolder/aws s3 cp s3://mys3bucket/folder/subfolder/testfile . aws s3 cp s3://mys3bucket/folder/subfolder . –recursive aws s3 cp –recursive s3://mys3bucket/folder...

0

Checking whether your mail sent will go to spam folder?

Some references to it can be read from: https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-deliverability-dashboard-pipt.html Also, you can utilize https://mxtoolbox.com/MXLookup.aspx or other tool such as https://www.dmarcanalyzer.com/spf/checker/ Some tips are putting this on your DNS https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-authentication-spf.html Best,Doddi

0

DTU Calculator on Azure

If you are a developer using SQL Server, you’ve probably heard of Azure SQL Database and you’ve probably been thinking about migrating your on-premise or VM-based SQL Server database(s) to Azure SQL Database. If so, you’ve...

0

Build AWS Environment to Comply PCI-DSS

These are some references to support the PCI-DSS comply: References Step by Step: https://aws-quickstart.s3.amazonaws.com/quickstart-compliance-pci/doc/standard-pci-dss-architecture-on-the-aws-cloud.pdf Source Code: https://github.com/aws-quickstart/quickstart-compliance-pci AWS Quickstart doc: https://aws.amazon.com/quickstart/architecture/compliance-pci/ Best Regards,Doddi Priyambodo