Archives for AWS - Page 12
s3 and Cloudberry
Explorer is the free product. Drive is the server paid product. To make your life easier working with S3 based backups, it would be good to map a local drive…
aws tagging strategies
Tagging Categories Companies that are most effective in their use of tags typically create business-relevant tag groupings to organize their resources along technical, business, and security dimensions. Companies that use…
Multiple admins AWS console
For sandbox, dev-test environments, you often need to provide access for multiple ; Create a group (say DEV_ADMINS) and in the policy list, check AdministratorAccess. This is a pre-configured AWS…
Ridonculous Failover Strategies in AWS
Let us define some terms before we get started. STANDBY environment - means an active, functioning environment, ready to take over instantly and automatically BACKUP environment - means a passive,…
Activating Access to the Billing and Cost Management Console
The root user To be able to grant your IAM users access to your account's Billing and Cost Management console, you must activate the functionality. To activate IAM user access…
Cloud to On-Premises Connectivity Options
AWS Azure Google Private Network Connection Over Leased Line Direct Connect ExpressRoute (Azure) - Layer 3 Direct Peering (Google) - Layer 3 VPN Software VPN…
Redis, Session Storage, REST and BTrees
Sessions are not a must for every web app. In fact, you can replace state maintenance (Sessions) with State ‘Transfers’ (REST). RESTFul calls provide the entire client state for each…
AWS Aurora–RDS
Prior to Aurora, Amazon was offering the databases of other vendors (Microsoft, Oracle…) as part of their Database as a Service – ; These database engines , though cloud-friendly, were…
AWS Application Load Balancer
The URL of the load balancer (autogenerated by Amazon) is something ; *… What you need is a way to map this to your application’s domain name (). QuickStart 2…
Some devops tools
Which are the top DevOps tools? The most popular DevOps tools are : Git : Version Control System tool Jenkins : Continuous Integration tool Selenium : Continuous Testing tool Puppet,…