4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 4 / 8
Newer►
156 results tagged aws x
  • GitHub - mlabouardy/komiser: Cloud Environment Inspector 👮
    May 20, 2019 at 4:52:41 PM GMT+2 - permalink - archive.org - https://github.com/mlabouardy/komiser
    aws cost
  • cni-ipvlan-vpc-k8s/README.md at master · lyft/cni-ipvlan-vpc-k8s · GitHub
    May 14, 2019 at 10:56:36 PM GMT+2 - permalink - archive.org - https://github.com/lyft/cni-ipvlan-vpc-k8s/blob/master/README.md
    aws cni k8s
  • thumbnail
    AWS re:Invent 2014 | (DEV307) Introduction to Version 3 of the AWS SDK for Python (Boto) - YouTube
    May 12, 2019 at 8:30:08 PM GMT+2 - permalink - archive.org - https://www.youtube.com/watch?v=Cb2czfCV4Dg
    aws boto3 python
  • thumbnail
    Amazon S3 Path Deprecation Plan – The Rest of the Story | AWS News Blog
    May 9, 2019 at 1:56:24 PM GMT+2 - permalink - archive.org - https://aws.amazon.com/fr/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/
    aws s3
  • Note: EKS max pods by EC2

    Le nombre de pods par worker node dépend du type d'EC2 utilisé qui détermine combien d'interfaces secondaires on a à notre disposition et de combien d'ips sur chaque interfaces on peut allouer.

    Exemple avec une t2.small, on a 2 interfaces secondaires et sur chacune on peut allouer 4 ips. On peut donc lancer 8 pods maximum sur une t2.small

    Il faut aussi savoir qu'un cluster EKS va faire tourner de base quelques pods :

    • un deployment pour coredns avec un replicaset=2 par défaut
    • un daemonset spécifique à aws (awsnode)
    • un daemonset pour le kubeproxy

    Ce qui équivaut à 2 pods occupés sur chaque worker node (à cause des deux daemonset) et 2 pod supplémentaire lancé sur la totalité du cluster (pour coredns).

    Il faut aussi compter un pod pour le dashboard, un pod pour le metrics-server et surement 2 pods pour l'external-dns, sans compter les ingress

    Tout ça pour dire que ce n'est pas facile d'avoir un "petit" cluster EKS : on va vite être limité par le nombre d'ip qui est assez faible sur les EC2 les plus modestes et on va vite être obligé de lancer des EC2 supplémentaire juste pour avoir des ip

    February 24, 2019 at 5:27:40 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?j-DVoQ
    aws eks k8s
  • thumbnail
    Secrets Management within AWS ECS – Hacker Noon

    olded by https://docs.aws.amazon.com/fr_fr/AmazonECS/latest/developerguide/specifying-sensitive-data.html

    January 17, 2019 at 11:45:13 AM GMT+1 * - permalink - archive.org - https://hackernoon.com/secrets-management-within-aws-ecs-1b6975819ccd
    aws docker ecs secret ssm
  • What is Amazon Elastic Container Service? - Amazon Elastic Container Service
    November 15, 2018 at 9:11:33 AM GMT+1 - permalink - archive.org - https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html
    aws docker ecs
  • What Is Amazon VPC? - Amazon Virtual Private Cloud
    November 15, 2018 at 9:10:53 AM GMT+1 - permalink - archive.org - https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html
    aws network vpc
  • awslabs/amazon-ecr-credential-helper: Automatically gets credentials for Amazon ECR on docker push/docker pull
    September 20, 2018 at 4:26:36 PM GMT+2 - permalink - archive.org - https://github.com/awslabs/amazon-ecr-credential-helper
    aws ecr
  • AWS vs Azure vs Google vs IBM vs Oracle vs Alibaba | A detailed comparison and mapping between various cloud services
    August 10, 2018 at 1:25:21 PM GMT+2 - permalink - archive.org - http://comparecloud.in/
    aws cloud compare
  • Note: Containers on aws

    beanstalk : https://aws.amazon.com/fr/elasticbeanstalk/

    EKS : https://aws.amazon.com/eks/

    Fargate : https://aws.amazon.com/fargate/

    July 2, 2018 at 9:02:40 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?78xRRg
    amazon aws cicd container docker
  • Netflix: What Happens When You Press Play?

    from ifttt pocket

    December 14, 2017 at 9:19:35 AM GMT+1 * - permalink - archive.org - http://highscalability.com/blog/2017/12/11/netflix-what-happens-when-you-press-play.html
    aws netflix
  • sysadvent: Day 9 - Using Kubernetes for multi-provider, multi-region batch jobs
    December 9, 2017 at 6:18:13 PM GMT+1 - permalink - archive.org - http://sysadvent.blogspot.fr/2017/12/day-9-using-kubernetes-for-multi.html
    aws docker k8s
  • Installing Kubernetes on AWS with kops | Kubernetes
    • https://www.youtube.com/watch?v=52G2T1V_UJ4
    November 23, 2017 at 11:37:54 AM GMT+1 * - permalink - archive.org - https://kubernetes.io/docs/getting-started-guides/kops/
    aws k8s
  • Note: get aws meta

    curl -s http://169.254.169.254/latest/meta-data/

    or

    /opt/aws/bin/ec2-metadata

    November 22, 2017 at 12:13:45 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?hpMq3w
    aws meta
  • Using Temporary Security Credentials to Request Access to AWS Resources - AWS Identity and Access Management

    Use role in script

    November 21, 2017 at 5:03:26 PM GMT+1 - permalink - archive.org - http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html?shortFooter=true#using-temp-creds-sdk-cli
    aws bash cli role
  • thumbnail
    Amazon ECS présente le mode de mise en réseau des conteneurs AWSVPC pour une prise en charge des fonctionnalités de mise en réseau complètes
    November 17, 2017 at 8:49:31 AM GMT+1 - permalink - archive.org - https://aws.amazon.com/fr/about-aws/whats-new/2017/11/amazon-ecs-introduces-awsvpc-networking-mode-for-containers-to-support-full-networking-capabilities/
    aws ecs
  • Note:

    SYNOPSIS
    get-login
    [--registry-ids <value> [<value>...]]
    [--include-email | --no-include-email]

    OPTIONS
    --registry-ids (string) A list of AWS account IDs that correspond to
    the Amazon ECR registries that you want to log in to.

       --include-email | --no-include-email (boolean) Specify if the '-e' flag
       should  be  included in the 'docker login' command. The '-e' option has
       been deprecated and is removed in docker version 17.06 and  later.  You
       must specify --no-include-email if you're using docker version 17.06 or
       later. The default behavior is to include the '-e' flag in the  'docker
       login' output.
    October 6, 2017 at 2:34:21 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?ECje8g
    aws ecr
  • Note: List users and their inline attached policies

    for user in $(aws iam list-users|jq '.Users|.[]|.UserName' -r); do echo $user;aws iam list-user-policies --user-name $user; done

    September 22, 2017 at 10:19:31 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?xhJZ2g
    aws iam
  • How Do I Create a Lifecycle Policy for an S3 Bucket? - Amazon Simple Storage Service

    To apply this lifecycle rule to all objects in the bucket, choose Next.

    That's why wildcard was not working :D

    September 22, 2017 at 10:14:20 AM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/AmazonS3/latest/user-guide/create-lifecycle.html
    aws policy s3
Links per page: 20 50 100
◄Older
page 4 / 8
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation