4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 3 / 8
Newer►
156 results tagged aws x
  • ElastiCache for Redis Terminology - Amazon ElastiCache for Redis
    October 23, 2019 at 9:09:25 AM GMT+2 - permalink - archive.org - https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.Terms.html
    aws elasticache redis
  • thumbnail
    GitHub - localstack/localstack: 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!

    people are crazy

    October 21, 2019 at 3:39:39 PM GMT+2 - permalink - archive.org - https://github.com/localstack/localstack
    aws dev local
  • thumbnail
    Using Terraform for zero downtime updates of an Auto Scaling group in AWS
    October 17, 2019 at 11:32:39 AM GMT+2 - permalink - archive.org - https://medium.com/@endofcake/using-terraform-for-zero-downtime-updates-of-an-auto-scaling-group-in-aws-60faca582664
    asg aws terraform
  • Cloud/AmazonEC2Image/Buster - Debian Wiki
    October 17, 2019 at 11:32:18 AM GMT+2 - permalink - archive.org - https://wiki.debian.org/Cloud/AmazonEC2Image/Buster
    ami aws buster debian
  • Tutorial: Specifying Sensitive Data Using Secrets Manager Secrets - Amazon Elastic Container Service
    September 13, 2019 at 4:42:13 PM GMT+2 - permalink - archive.org - https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data-tutorial.html
    aws ecs secrets
  • GitHub - silinternational/ecs-deploy: Simple shell script for initiating blue-green deployments on Amazon EC2 Container Service (ECS)
    September 13, 2019 at 4:40:07 PM GMT+2 * - permalink - archive.org - https://github.com/silinternational/ecs-deploy
    aws ecs fargate
  • Introduction | eksctl
    September 11, 2019 at 2:59:35 PM GMT+2 - permalink - archive.org - https://eksctl.io/
    aws eks
  • thumbnail
    GitHub - jkehler/awslambda-psycopg2
    September 2, 2019 at 11:05:19 AM GMT+2 * - permalink - archive.org - https://github.com/jkehler/awslambda-psycopg2
    aws lambda postgresql psycopg2 python
  • thumbnail
    GitHub - claranet/terraform-aws-lambda: Terraform module for AWS Lambda functions
    September 2, 2019 at 9:53:13 AM GMT+2 - permalink - archive.org - https://github.com/claranet/terraform-aws-lambda
    aws lambda terraform
  • Working with GPUs on Amazon ECS - Amazon Elastic Container Service
    August 21, 2019 at 5:55:26 PM GMT+2 - permalink - archive.org - https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-gpu.html
    aws gpu
  • API failures Error Messages - Amazon Elastic Container Service

    Your task definition contains a parameter that requires a specific container instance attribute that is not available on your container instances. For example, if your task uses the awsvpc network mode, but there are no instances in your specified subnets with the ecs.capability.task-eni attribute. For more information about which attributes are required for specific task definition parameters and agent configuration variables, see Task Definition Parameters and Amazon ECS Container Agent Configuration.

    August 21, 2019 at 4:29:09 PM GMT+2 - permalink - archive.org - https://docs.amazonaws.cn/en_us/AmazonECS/latest/developerguide/api_failures_messages.html
    aws ecs
  • thumbnail
    Jerry Hargrove | History of Amazon Web Services

    SQS first service :|

    August 15, 2019 at 2:03:03 PM GMT+2 - permalink - archive.org - https://www.awsgeek.com/pages/AWS-History/
    aws history
  • Note: ssm links

    https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-agent.html

    https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html#sessions-start-ssh

    https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started-enable-ssh-connections.html

    August 10, 2019 at 1:43:30 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?Hgv05w
    aws ssm
  • thumbnail
    Managing PostgreSQL users and roles | AWS Database Blog

    A faire en superuser:

    -- Revoke privileges from 'public' role
    REVOKE CREATE ON SCHEMA public FROM PUBLIC;
    REVOKE ALL ON DATABASE mydatabase FROM PUBLIC;

    -- Create schema
    CREATE SCHEMA myschema

    -- Read-only role
    CREATE ROLE readonly;
    GRANT CONNECT ON DATABASE mydatabase TO readonly;
    GRANT USAGE ON SCHEMA myschema TO readonly;
    GRANT SELECT ON ALL TABLES IN SCHEMA myschema TO readonly;
    ALTER DEFAULT PRIVILEGES IN SCHEMA myschema GRANT SELECT ON TABLES TO readonly;

    -- Read/write role
    CREATE ROLE readwrite;
    GRANT CONNECT ON DATABASE mydatabase TO readwrite;
    GRANT USAGE, CREATE ON SCHEMA myschema TO readwrite;
    GRANT SELECT, INSERT, UPDATE, DELETE ON ALL TABLES IN SCHEMA myschema TO readwrite;
    ALTER DEFAULT PRIVILEGES IN SCHEMA myschema GRANT SELECT, INSERT, UPDATE, DELETE ON TABLES TO readwrite;
    GRANT USAGE ON ALL SEQUENCES IN SCHEMA myschema TO readwrite;
    ALTER DEFAULT PRIVILEGES IN SCHEMA myschema GRANT USAGE ON SEQUENCES TO readwrite;

    -- Users creation
    CREATE USER reporting_user1 WITH PASSWORD 'some_secret_passwd';
    CREATE USER reporting_user2 WITH PASSWORD 'some_secret_passwd';
    CREATE USER app_user1 WITH PASSWORD 'some_secret_passwd';
    CREATE USER app_user2 WITH PASSWORD 'some_secret_passwd';

    -- Grant privileges to users
    GRANT readonly TO reporting_user1;
    GRANT readonly TO reporting_user2;
    GRANT readwrite TO app_user1;
    GRANT readwrite TO app_user2;

    August 3, 2019 at 4:10:30 PM GMT+2 * - permalink - archive.org - https://aws.amazon.com/fr/blogs/database/managing-postgresql-users-and-roles/
    aws postgresql rds
  • AWS Fargate Pricing Calculator

    0,25 vCPU + 0,5GB = 9,010$ (1 month)

    July 23, 2019 at 6:25:07 PM GMT+2 - permalink - archive.org - http://fargate-pricing-calculator.site.s3-website-us-east-1.amazonaws.com/
    aws fargate
  • Terraform: terraform_remote_state - Terraform by HashiCorp
    July 12, 2019 at 1:54:34 PM GMT+2 - permalink - archive.org - https://www.terraform.io/docs/providers/terraform/d/remote_state.html
    aws data terraform
  • thumbnail
    Announcing Amazon VPC Traffic Mirroring for Amazon EC2 Instances
    July 3, 2019 at 3:39:40 PM GMT+2 - permalink - archive.org - https://aws.amazon.com/about-aws/whats-new/2019/06/announcing-amazon-vpc-traffic-mirroring-for-amazon-ec2-instances/
    aws mirror network
  • AWS Systems Manager Session Manager - AWS Systems Manager

    interessant

    June 28, 2019 at 10:44:14 AM GMT+2 - permalink - archive.org - https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html
    aws ssh ssm
  • thumbnail
    Secure your instances with multi-factor authentication | AWS Startups Blog
    June 12, 2019 at 6:18:16 PM GMT+2 - permalink - archive.org - https://aws.amazon.com/fr/blogs/startups/securing-ssh-to-amazon-ec2-linux-hosts/
    aws mfa ssh
  • Tutorial: Delegate Access Across AWS Accounts Using IAM Roles - AWS Identity and Access Management

    Gestion multi compte aws

    May 30, 2019 at 10:50:22 PM GMT+2 - permalink - archive.org - https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html
    account aws
Links per page: 20 50 100
◄Older
page 3 / 8
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation