4343 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 2 / 8
Newer►
158 results tagged aws x
  • Using an IAM role in the AWS CLI - AWS Command Line Interface

    To run a CLI command from within an Amazon Elastic Compute Cloud (Amazon EC2) instance or an Amazon Elastic Container Service (Amazon ECS) container, you can use an IAM role attached to the instance profile or the container. If you specify no profile or set no environment variables, that role is used directly. This enables you to avoid storing long-lived access keys on your instances. You can also use those instance or container roles only to get credentials for another role. To do this, you use credential_source (instead of source_profile) to specify how to find the credentials. The credential_source attribute supports the following values:

    Environment – Retrieves the source credentials from environment variables.
    
    Ec2InstanceMetadata – Uses the IAM role attached to the Amazon EC2 instance profile.
    
    EcsContainer – Uses the IAM role attached to the Amazon ECS container.
    22 mars 2021 à 11:20:35 UTC+1 - permalink - archive.org - https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-role.html
    aws credentials profile
  • cloudposse/eks-node-group/aws | Terraform Registry

    vs https://registry.terraform.io/modules/cloudposse/eks-workers/aws/latest

    cluster : https://registry.terraform.io/modules/cloudposse/eks-cluster/aws/latest

    2 mars 2021 à 15:19:39 UTC+1 * - permalink - archive.org - https://registry.terraform.io/modules/cloudposse/eks-node-group/aws/latest
    aws eks k8s terraform
  • Creating Lambda container images - AWS Lambda

    Packaging docker pour lambda

    23 février 2021 à 10:33:39 UTC+1 - permalink - archive.org - https://docs.aws.amazon.com/lambda/latest/dg/images-create.html
    aws docker lambda
  • thumbnail
    A Guide to Locally Testing Containers with Amazon ECS Local Endpoints and Docker Compose | AWS Compute Blog

    Un container pour émuler en local l'api metadata et ainsi endosser un role
    https://github.com/awslabs/amazon-ecs-local-container-endpoints

    16 octobre 2020 à 17:48:54 UTC+2 - permalink - archive.org - https://aws.amazon.com/blogs/compute/a-guide-to-locally-testing-containers-with-amazon-ecs-local-endpoints-and-docker-compose/
    aws dev local metadata
  • thumbnail
    Introducing the AWS Controllers for Kubernetes (ACK) | Containers

    Gérer des resources aws avec un controller kube fourni par aws

    31 août 2020 à 10:04:55 UTC+2 - permalink - archive.org - https://aws.amazon.com/blogs/containers/aws-controllers-for-kubernetes-ack/
    aws controller k8s
  • thumbnail
    GitHub - cycloidio/inframap: Read your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant.
    17 juillet 2020 à 10:06:28 UTC+2 - permalink - archive.org - https://github.com/cycloidio/inframap
    aws graph terraform
  • thumbnail
    Monitoring the Health of ECS Service Deployments - Aaron Kaz Kaczmarek - Medium
    26 juin 2020 à 18:18:26 UTC+2 - permalink - archive.org - https://medium.com/@aaron.kaz.music/monitoring-the-health-of-ecs-service-deployments-baeea41ae737
    aws ecs
  • thumbnail
    GitHub - django-ses/django-ses: A Django email backend for Amazon's Simple Email Service
    15 juin 2020 à 15:21:02 UTC+2 - permalink - archive.org - https://github.com/django-ses/django-ses
    aws django mail ses
  • thumbnail
    AWS ALB Authentication with OKTA OIDC using Terraform
    15 juin 2020 à 14:17:12 UTC+2 - permalink - archive.org - https://medium.com/swlh/aws-alb-authentication-with-okta-oidc-using-terraform-902cd8289db4
    alb aws okta
  • thumbnail
    Django ALLOWED_HOSTS for Amazon ELB - Stack Overflow

    Another simple solution would be to write a custom MIDDLEWARE which will give the response to ELB before the ALLOWED_HOSTS is checked. So now you don't have to load ALLOWED_HOSTS dynamically.

    The middleware can be as simple as:

    project/app/middleware.py

    from django.http import HttpResponse
    from django.utils.deprecation import MiddlewareMixin

    class HealthCheckMiddleware(MiddlewareMixin):
    def process_request(self, request):
    if request.META["PATH_INFO"] == "/ping/":
    return HttpResponse("pong")

    settings.py

    MIDDLEWARE = [
    'corsheaders.middleware.CorsMiddleware',
    'app.middleware.HealthCheckMiddleware',
    'django.middleware.security.SecurityMiddleware',
    'django.contrib.sessions.middleware.SessionMiddleware',
    'django.middleware.common.CommonMiddleware',
    'django.middleware.csrf.CsrfViewMiddleware',
    ...
    ]

    Django Middleware reference https://docs.djangoproject.com/en/dev/topics/http/middleware/

    10 juin 2020 à 16:54:02 UTC+2 - permalink - archive.org - https://stackoverflow.com/questions/35858040/django-allowed-hosts-for-amazon-elb
    alb aws django elb
  • Apache Hadoop Amazon Web Services support – Working with IAM Assumed Roles
    22 avril 2020 à 17:23:26 UTC+2 - permalink - archive.org - https://hadoop.apache.org/docs/current/hadoop-aws/tools/hadoop-aws/assumed_roles.html
    assume aws hadoop python role spark
  • Scaling containers in AWS :: Vlad Ionescu
    12 avril 2020 à 18:16:09 UTC+2 - permalink - archive.org - https://www.vladionescu.me/posts/scaling-containers-in-aws.html
    aws benchmark ecs eks
  • thumbnail
    GitHub - cronyo/cronyo: The missing cron CLI for AWS Cloudwatch and Lambda
    9 février 2020 à 10:20:42 UTC+1 - permalink - archive.org - https://github.com/cronyo/cronyo
    aws cron lambda
  • Placement Groups - Amazon Elastic Compute Cloud
    9 janvier 2020 à 11:55:43 UTC+1 - permalink - archive.org - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html#placement-groups-spread
    aws placement
  • GitHub - Sceptre/sceptre: Build better AWS infrastructure
    8 janvier 2020 à 11:40:53 UTC+1 - permalink - archive.org - https://github.com/Sceptre/sceptre
    aws cloudformation
  • thumbnail
    Access S3 using Pyspark by assuming an AWS role. - Leyth Gorgeis - Medium
    3 janvier 2020 à 15:16:08 UTC+1 - permalink - archive.org - https://medium.com/@leythg/access-s3-using-pyspark-by-assuming-an-aws-role-9558dbef0b9e
    aws role s3 spark
  • thumbnail
    AWS Extend Switch Roles – Get this Extension for 🦊 Firefox (en-US)
    30 décembre 2019 à 15:11:13 UTC+1 - permalink - archive.org - https://addons.mozilla.org/en-US/firefox/addon/aws-extend-switch-roles3/
    aws firefox
  • thumbnail
    Vers un monde sans bastion | Le Blog Amazon Web Services
    17 décembre 2019 à 21:19:57 UTC+1 - permalink - archive.org - https://aws.amazon.com/fr/blogs/france/vers-un-monde-sans-bastion/
    aws ssm
  • thumbnail
    Identify Unintended Resource Access with AWS Identity and Access Management (IAM) Access Analyzer | AWS News Blog
    3 décembre 2019 à 09:41:36 UTC+1 - permalink - archive.org - https://aws.amazon.com/fr/blogs/aws/identify-unintended-resource-access-with-aws-identity-and-access-management-iam-access-analyzer/
    audit aws iam
  • thumbnail
    Application Load Balancer Adds Support for New RequestCountPerTarget CloudWatch Metric

    https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-target-tracking.html
    https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-monitoring.html#enable-as-instance-metrics
    https://www.terraform.io/docs/providers/aws/r/appautoscaling_policy.html
    https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-auto-scaling.html

    21 novembre 2019 à 13:41:47 UTC+1 - permalink - archive.org - https://aws.amazon.com/fr/about-aws/whats-new/2017/07/application-load-balancer-adds-support-for-new-requestcountpertarget-cloudwatch-metric/
    autoscaling aws
Links per page: 20 50 100
◄Older
page 2 / 8
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation