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 👮
    20 mai 2019 à 16:52:41 UTC+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
    14 mai 2019 à 22:56:36 UTC+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
    12 mai 2019 à 20:30:08 UTC+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
    9 mai 2019 à 13:56:24 UTC+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

    24 février 2019 à 17:27:40 UTC+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

    17 janvier 2019 à 11:45:13 UTC+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
    15 novembre 2018 à 09:11:33 UTC+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
    15 novembre 2018 à 09:10:53 UTC+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
    20 septembre 2018 à 16:26:36 UTC+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
    10 août 2018 à 13:25:21 UTC+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/

    2 juillet 2018 à 09:02:40 UTC+2 - permalink - archive.org - https://links.infomee.fr/?78xRRg
    amazon aws cicd container docker
  • Netflix: What Happens When You Press Play?

    from ifttt pocket

    14 décembre 2017 à 09:19:35 UTC+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
    9 décembre 2017 à 18:18:13 UTC+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
    23 novembre 2017 à 11:37:54 UTC+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

    22 novembre 2017 à 12:13:45 UTC+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

    21 novembre 2017 à 17:03:26 UTC+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
    17 novembre 2017 à 08:49:31 UTC+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.
    6 octobre 2017 à 14:34:21 UTC+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

    22 septembre 2017 à 10:19:31 UTC+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

    22 septembre 2017 à 10:14:20 UTC+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