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
    23 octobre 2019 à 09:09:25 UTC+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

    21 octobre 2019 à 15:39:39 UTC+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
    17 octobre 2019 à 11:32:39 UTC+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
    17 octobre 2019 à 11:32:18 UTC+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
    13 septembre 2019 à 16:42:13 UTC+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)
    13 septembre 2019 à 16:40:07 UTC+2 * - permalink - archive.org - https://github.com/silinternational/ecs-deploy
    aws ecs fargate
  • Introduction | eksctl
    11 septembre 2019 à 14:59:35 UTC+2 - permalink - archive.org - https://eksctl.io/
    aws eks
  • thumbnail
    GitHub - jkehler/awslambda-psycopg2
    2 septembre 2019 à 11:05:19 UTC+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
    2 septembre 2019 à 09:53:13 UTC+2 - permalink - archive.org - https://github.com/claranet/terraform-aws-lambda
    aws lambda terraform
  • Working with GPUs on Amazon ECS - Amazon Elastic Container Service
    21 août 2019 à 17:55:26 UTC+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.

    21 août 2019 à 16:29:09 UTC+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 :|

    15 août 2019 à 14:03:03 UTC+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

    10 août 2019 à 13:43:30 UTC+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;

    3 août 2019 à 16:10:30 UTC+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)

    23 juillet 2019 à 18:25:07 UTC+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
    12 juillet 2019 à 13:54:34 UTC+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
    3 juillet 2019 à 15:39:40 UTC+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

    28 juin 2019 à 10:44:14 UTC+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
    12 juin 2019 à 18:18:16 UTC+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

    30 mai 2019 à 22:50:22 UTC+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