Effectively, provisioned capacity turns Athena from a serverless analytics engine to managed infrastructure that you have to plan capacity around. What makes this worse is the lack of visibility when it comes to mapping DPUs to workloads.
athena awsAthena is not an isolated service, and running a query involves at least three AWS services: Athena, Glue Data Catalog, and S3.
athena awsThe following keywords are reserved for use by DynamoDB. Do not use any of these words as attribute names in expressions. This list is not case-sensitive.
dynamodb awsBash-my-AWS is a simple but extremely powerful set of CLI commands for managing resources on Amazon Web Services.
bash awsIn this post, I discuss and give an example of how to use Squid, a leading open-source proxy, to implement a âtransparent proxyâ that can restrict both HTTP and HTTPS outbound traffic to a given set of Internet domains, while being fully transparent for instances in the private subnet.
tutorial aws networking squidSystems Manager Automation simplifies common maintenance and deployment tasks of Amazon EC2 instances and other AWS resources. Automation enables you to do the following.
This whitepaper presents a deep dive of the AWS Lambda service through a security lens. It provides a well-rounded picture of the service, which can be useful for new adopters, as well as deepening understanding of AWS Lambda for current users.
security aws lambdaAWS Summit On-Demand provides online access to all the key sessions recorded live from the 2017 AWS Summit Auckland.
awsA new mentor of mine suggested I read Jeff Bezosâ Letter to Shareholders to refine my thoughts around building a career and a business. So I read them all dating back to 1997 and here are my takeaways.
awsIn an on-premises AD environment, you would update the schema by running the Update-AdmPwdADSchema
Windows PowerShell cmdlet with schema administrator credentials. Because AWS Microsoft AD is a managed service, I do not have permissions to update the schema directly. Instead, I will update the AD schema from the Directory Service console by importing an LDIF file.
The cmdlets provided in the AWS Tools for Windows PowerShell provide three ways to express credential information. Some approaches are more secure than others.
security aws powershellWhile you can set environment variables directly inside your serverless.yml
this doesnât solve the problem of allowing different values for each stage or keeping your secrets outside of version control. There are two approaches you can use to for this.
The AWS Tools for PowerShell are a set of PowerShell cmdlets that are built on top of the functionality exposed by the AWS SDK for .NET. The AWS Tools for PowerShell exposes cmdlets to support the same set of services and regions as supported by the SDK. This cmdlet reference covers cmdlets available in both the AWSPowerShell and AWSPowerShell.NetCore modules.
powershell reference awsThis article helps Amazon Web Services (AWS) experts understand the basics of Microsoft Azure accounts, platform, and services. It also covers key similarities and differences between the AWS and Azure platforms.
aws azureBoto is the Amazon Web Services SDK for Python, which allows Python developers to write software that makes use of Amazon services like S3 and EC2. Boto provides an easy to use, object-oriented API as well as low-level direct service access.
aws programming pythonAuto Scaling Lifecycle Hooks allow EC2 instances that are part of an Auto Scaling group to pause for a specified amount of time during initialization or before terminating. When a lifecycle hook is added to an Auto Scaling group, instances wait a specified amount of time before transitioning to their next state.
automation awsBecause itâs best practice to maintain infrastructure as code, it makes sense to use automated tooling to script the creation and configuration of AMIs that are used to quickly launch Amazon EC2 instances.
awsRecorded broadcasts of AWS Summit Sydneyâs most exciting and informative sessions.
video awsEach AWS service can provide actions and condition context keys for use in IAM policies. Not all API actions defined by a service can be used in an IAM policy, and a service might define some permissions that don't directly correspond to an API action. Use this list to determine which actions can be used as permissions in an IAM policy.
documentation aws