4337 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►
156 results tagged aws x
  • Creating Lambda container images - AWS Lambda

    Packaging docker pour lambda

    February 23, 2021 at 10:33:39 AM GMT+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

    October 16, 2020 at 5:48:54 PM GMT+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

    August 31, 2020 at 10:04:55 AM GMT+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.
    July 17, 2020 at 10:06:28 AM GMT+2 - permalink - archive.org - https://github.com/cycloidio/inframap
    aws graph terraform
  • thumbnail
    Monitoring the Health of ECS Service Deployments - Aaron Kaz Kaczmarek - Medium
    June 26, 2020 at 6:18:26 PM GMT+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
    June 15, 2020 at 3:21:02 PM GMT+2 - permalink - archive.org - https://github.com/django-ses/django-ses
    aws django mail ses
  • thumbnail
    AWS ALB Authentication with OKTA OIDC using Terraform
    June 15, 2020 at 2:17:12 PM GMT+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/

    June 10, 2020 at 4:54:02 PM GMT+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
    April 22, 2020 at 5:23:26 PM GMT+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
    April 12, 2020 at 6:16:09 PM GMT+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
    February 9, 2020 at 10:20:42 AM GMT+1 - permalink - archive.org - https://github.com/cronyo/cronyo
    aws cron lambda
  • Placement Groups - Amazon Elastic Compute Cloud
    January 9, 2020 at 11:55:43 AM GMT+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
    January 8, 2020 at 11:40:53 AM GMT+1 - permalink - archive.org - https://github.com/Sceptre/sceptre
    aws cloudformation
  • thumbnail
    Access S3 using Pyspark by assuming an AWS role. - Leyth Gorgeis - Medium
    January 3, 2020 at 3:16:08 PM GMT+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)
    December 30, 2019 at 3:11:13 PM GMT+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
    December 17, 2019 at 9:19:57 PM GMT+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
    December 3, 2019 at 9:41:36 AM GMT+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

    November 21, 2019 at 1:41:47 PM GMT+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
  • Using IAM Roles - AWS Identity and Access Management

    Pardefault les credentials temporaires donnés par un assume role sont valables 1h
    C'est un peu juste en dev, pour augmenter cette periode :
    1) dans le role en question, autoriser a demander +
    2) au moment de faire le assume role en CLI, il faut passer un param pour demander +

    November 20, 2019 at 3:59:06 PM GMT+1 - permalink - archive.org - https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session
    assume aws role
  • What Is a Network Load Balancer? - Elastic Load Balancing

    For UDP traffic, the load balancer selects a target using a flow hash algorithm based on the protocol, source IP address, source port, destination IP address, and destination port. A UDP flow has the same source and destination, so it is consistently routed to a single target throughout its lifetime. Different UDP flows have different source IP addresses and ports, so they can be routed to different targets.

    October 29, 2019 at 6:31:41 PM GMT+1 - permalink - archive.org - https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html
    aws nlb udp
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